If the "Jira code" field value and the story code in the issue title are mismatched, commands for creating branch and commit behave the wrong way.
e.g.
Issue title = EE-854 - Some descriptive text
Jira code = EE-584
Resulting branch name: EE-584_9899_ee_854_some_descriptive_text
Resulting commit message: refs #9899: EE-584 - EE-854 - Some descriptive text
If the "Jira code" field value and the story code in the issue title are mismatched, commands for creating branch and commit behave the wrong way.
e.g. Issue title = EE-854 - Some descriptive text Jira code = EE-584 Resulting branch name: EE-584_9899_ee_854_some_descriptive_text Resulting commit message: refs #9899: EE-584 - EE-854 - Some descriptive text