Forums

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

Advance Branching

Ranvijay Singh August 18, 2025

I am trying to get below data in an email using the FOR EACH Loop. But in email I am geeting the lables but blank values.

Story ID: {{issue.key}}
User Story: {{issue.summary}}
Type: {{issue.issuetype.name}}
Priority: {{issue.priority.name}}
Status: {{issue.status.name}}

Any help is apperciciated.

 

 

2 answers

1 vote
Staffan Redelius
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.
August 18, 2025

Hi @Ranvijay Singh and welcome to the Community!

Are you using Jira automations? Could you post a screenshot of your design? It would make it easier to give you advice on what to change.

Best regards,
/Staffan

Ranvijay Singh August 18, 2025

image.png

 

Please refer the automation workflow screen.

Thanks for your prompt help.

 

Thanks,

Ranvijay Singh

Ranvijay Singh August 18, 2025

image.png

0 votes
Duc Thang TRAN
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.
August 18, 2025

Hello @Ranvijay Singh 

Can you try with this syntax 

 

{{#lookupIssues}}

Story ID: {{key}}

User Story: {{summary}}

Type: {{issuetype.name}}

Priority: {{priority.name}}

Status: {{status.name}}

{{/lookupIssues}}

BR

Suggest an answer

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

Atlassian Community Events