Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I want to use Jira Automations to create a more descriptive Issue Summary

Jill Donnelly
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2021

I have setup a JIRA automation to create a series of issues when a new Fix Version is created. These are deployment tasks that occur regardless of the release. I'm trying to add to the automation, so after all the issues are created, I can update the Issue Summary to include the Fix Version set in each issues. Can anyone help?

1 answer

1 vote
Darryl Lee
Community Champion
January 29, 2021

Sure, you could update Issue Summary to include a Fix Version, although it's a bit tricky because Jira allows multiple Fix Versions per issue.

Let's assume that you'll keep it simple to begin with and somehow limit people to just one Fix Version. Then you can choose the "first" one, using {{issue.fixVersions.name.first}}

Screen Shot 2021-01-29 at 6.29.34 PM.png

If you want to allow for multiple versions, you can do things like:

{{issue.summary}} - Versions: {{#issue.fixVersions}}{{name}}{{^last}}, {{/}}{{/}}

Which would result in:

Original Summary - Versions: 5.1, 4.2, 3.0

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events