How do I link my PM Issues to my Git Branches?
Jira. If the ticket name in Jira is: "Repository selection - backfill and statuses" and the ticket code is: "LINB-397" the branch name should include "LINB-397" (not case sensitive) in its name: LINBβ¦
Jira
If the ticket name in Jira is: "Repository selection - backfill and statuses" and the ticket code is: "LINB-397" the branch name should include "LINB-397" (not case sensitive) in its name:
- LINB-397-Add-repository-backfill-status
- LINB-397-Add-repository-status-enrichment
In this example, both branches (from different repositories) will be matched with the LINB-397 issue.
Shortcut
If the ticket name in Shortcut is: "Infrastructure story" and the ticket code is: "4584" the branch name should include "ch4584" (not case sensitive) in its name:
- ch4584-Add-repository-bakcfill-status
- ch4584-Add-repository-status-enrichment
In this example, both branches (from different repositories) will be matched with the issue above.
Azure
If the ticket name in Azure is: "Refresh causing logout" and the work item is: "42780", the branch name should include "AB#42780" in its name.
- AB#42780-Refresh-causing-logout
- AB#42780-Token-fixes
In this example, both branches, even if from different repositories, will be matched with work item 42780.
How did we do?