Jira <-> Git Integration
You MUST create a new Jira issue/ticket before creating a Git branch or doing any development/coding!
-
All Jira tickets have an issue no (Jira Issue No) in the format
HEAL-xxxxwherexxxxis a numeric no. Eg:HEAL-4413. You must always reference this issue noHEAL-xxxxin all Git branches, commit or PRs. -
When creating branch names, ensure you follow the convention below:
[your_initials]/[jira_issue_no] [short_description]
Exampleeo/HEAL-1143 add jira/jit proceduresinitials: eo
jira_issue_no: HEAL-1143
short_description: add jira/git procedures
-
When creating commits, ensure you prefix your commit message with the Jira issue no by following the convention below:
[jira_issue_no] [short_commit_description]Example
[HEAL-1143] created new file jira.mdjira_issue_no: HEAL-1143
short_commit_description: create a new file jira.md