Scan commit messages for Jira keys when syncing builds
requested to merge bmarjanovic/390888-scan-commit-messages-for-jira-keys-when-syncing-builds into master
What does this MR do and why?
As per #352411 (comment 1271002431) and #352411 (comment 1270669264), we are including pipeline.git_commit_message
into the scanning Jira issue keys logic. This allows us to have all builds synced to Jira.
How to set up and validate locally
note prerequisite: gitlab-runner
and JiraConnect
- Checkout this branch
- Create a first commit with a commit message in a new branch (
branch_A
) - Merge the
branch_A
into thebranch_B
- Merge the
branch_B
into thebranch_C
- The last deployment should be available in JIRA
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #390888 (closed)
Edited by Bojan Marjanovic