abrt / faf

Platform for collection and analysis of packages and package crashes
GNU General Public License v3.0
46 stars 47 forks source link

Support mantisbt and centos better #695

Open marusak opened 6 years ago

marusak commented 6 years ago

In mantisbt (pyfaf/bugtrackers/mantisbt.py) there are missing methods clone_bug and create_bug. In centos (pyfaf/opsys/centos.py) there are missing methods get_component_acls and get_released_builds.

djuarezg commented 4 years ago

Would you consider accepting a PR for this features? I can invest some time on adding these methods.

ernestask commented 4 years ago

Sure, if you need them.

djuarezg commented 4 years ago

I have seen that in the past there were actions related to bug creation. Other BTs such as bugzilla do have these methods. How do these bug creations get triggered? Either I am blind of this action has been removed from the old versions?