Hello,
We've integrated our Azure DevOps pipelines with Jira so that we see for each ticket to what environment it's deployed to.
However, it only seems to work when the Jira ticket id is in the commit message. We however work Trunk based. We do several commits to our Trunk branch after which we create a release branch which triggers a deployment to our test environment. Only the last Jira ticket worked on (latest commit to the Trunk) will have the right deployment environment within Jira, but the other Jira tickets won't have an updated environment.
Is there a workaround for this? Can it calculate the deployment environment based on git history or something?