Hello,
I'm having trouble with the jira/gitlab deployment module.
What works:
I create a new branch with jira issue key in the name. (JIRA-001) I could see all information about the branch, commit, build pipeline in the Jira ticket.
When I merge JIRA-001 branch into release candidate branch, I automatically add this message in the commit: "merge JIRA-001 into rc"
I can see JIRA-001 issue in the deployment page and related informations. So I know which issue is deployed in the rc environnement.
What doesn't works:
When I merge rc into production, the commit message doesn't contain all jira issue key (merge rc into prod). I don't have any information about production deployment.
I want to see which jira issues are deployed on prod or not. But it doesn't work when I merge multiple jira issue in the same time (from a rc branch to production branch).
I have the same trouble with hotfixes. I don't want to execute one deployment pipeline by issue. I deploy all issues in one pipeline.
Could you help me ?