Archived issue #0025041
Automation of update of Mantis issues when master is pushed
Description
Proposed to automate the process of updating issues in MantisBT (Related Changesets) when Git master branch is updated (it is now performed manually through Mantis interface)
(issue created from #0023647 additional info)
(issue created from #0023647 additional info)
Public activity
1 archived note
Participants are labeled by their role within this record.
Dear Alexander,
1. I think that suggested by ABV option is very useful
2. In additional I would like to suggest to delete automatically branches for issues that have VERIFIED status.
2.1 We know what branches became with status VERIFIED after operation above.
2.2 Command below allows in cycle remove list branches with VERIFIED status
git push origin --delete $BranchName
1. I think that suggested by ABV option is very useful
2. In additional I would like to suggest to delete automatically branches for issues that have VERIFIED status.
2.1 We know what branches became with status VERIFIED after operation above.
2.2 Command below allows in cycle remove list branches with VERIFIED status
git push origin --delete $BranchName
Related records