Forums

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

Jira automation email to display the priority of a ticket

Mihir Ruparelia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 19, 2022

Hello, 

I would like to set the body of a jira automation email to specify the priority of the ticket being logged. I have tried adding {{issue.Priority.fields}} and {{issue.priority.issue}} neither of which work. 

Is there an option there I can use please?

4 answers

1 accepted

2 votes
Answer accepted
Mark Segall
Community Champion
April 19, 2022

Hi @Mihir Ruparelia - You should be able to just go with {{issue.priority}}

0 votes
Luisa Seil April 14, 2024

Hello, I would like to send my team all non-updated issues as an email once a week. For this I use LookupIssue and then want to display selected fields in the email. This works for everyone except priority. What am I doing wrong?

 

{{#lookupIssues}}
{{summary}}
 {{key}}
 {{status.name}}
 {{project.key}} 
 {{priority.id}} 
 {{assignee.displayName}} 
 {{created.mediumDateTime}} 
 {{updated.mediumDateTime}}
 <a>{{url}}</a>
{{/}}

0 votes
Joseph Chung Yin
Community Champion
April 19, 2022

@Mihir Ruparelia -

Additional reference for you to take a look when you deal with smart values - https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/

Hope this helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Infrastructure Applications Team

Viasat Inc.

0 votes
Mihir Ruparelia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 19, 2022

@Mark Segall brilliant thank you, I tried that and it now displays the number which looks to be based on where that priority is in the list. 

Mark Segall
Community Champion
April 19, 2022

If you want the actual priority value, you can do this:

{{issue.priority.name}}
Like Lars likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events