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.
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?
In mantisbt (
pyfaf/bugtrackers/mantisbt.py
) there are missing methodsclone_bug
andcreate_bug
. In centos (pyfaf/opsys/centos.py
) there are missing methodsget_component_acls
andget_released_builds
.