Good day,
I have an automation that sends me the following email every time we have a successful deployment.
"Good day,
Following, you will find information about the most recent deployment.
Link for the deployment {{deployment.url}}
Deployment status <b>{{deployment.state}}</b>
Deployment environment<b>{{deployment.environment}}</b>
Version <b>{{version.name}}</b>
Issue deployed <b>{{issue.key}}</b>"
This is the email I got from Jira:
"Good day,
Following, you will find information about the most recent deployment.
Link for the deployment https://bitbucket.org/%7B48cfe3b5-1b58-4e05-ac2c-f31f6c4086da%7D/%7B724ef96f-e5a6-4700-8965-863ff8b652ec%7D/addon/pipelines/deployments#!/deployments/%7B4234ca7c-11c1-5194-a869-5f8c5f2b5f62%7D
Deployment status successful
Deployment environment Production
Version name
Issue deployed TRIN-1610"
I want to add all the issues related to the same release; I only see one issue with this code: Issue deployed <b>{{issue.key}}
What must I add to see a list of all the issues deployed into the same release?
Thanks.
Yes, but only using advanced search (JQL).
Use category = categoryName
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.