-
Suggestion
-
Resolution: Unresolved
-
None
-
9
-
Steps to reproduce
- Do not modify Dintegration.jira.key.pattern (previosuly Dstash.jira.key.pattern - see
STASH-2784) - Integrate Bitbucket Server with JIRA
- Perform a commit to Bitbucket Server with the comment 'TST3-123' (The issue column does not have JIRA issue link)
- Stop Bitbucket Server
- Modify JIRA custom issue key regex by editing the setenv script:
JVM_SUPPORT_RECOMMENDED_ARGS="-Dintegration.jira.key.pattern=\"b([a-zA-Z][a-zA-Z0-9]+-\d+)\""
- Start Bitbucket Server
- Perform another commit to Bitbucket Server with the comment 'TST3-123'
Expected Results
Previously pushed commits have the issue link.
Actual Results
Only the latest commit has the issue link.