Hi EVeryone,
In my project, all developers create PRs into the main branch, and the main branch contains the Jira issue keys (e.g., PROJ-123).
However, our CI/CD workflows run only on a separate dev/prod branch, where we merge changes from main. Since the deployment workflow runs on dev/prod (which doesn’t contain the original commit messages with Jira issue keys).
How to overcome this issue? I want to show the deployment status on the jira?