Forums

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

How to include the filtered jira tickets list in jira ticket through automation rule

Anuradha Muddana April 29, 2024

I got situation in automation.

I want to include filtered Jira tickets list in the description of Jira ticket through automation rule. Can anyone please help me on this?

 

Thanks,

Anuradha Muddana

1 answer

0 votes
Jack Brickey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 29, 2024

Hi @Anuradha Muddana ,

I have achieved similar when sending the results of the JQL filter via email.

for example

  • Trigger - Scheduled
  • Action: Lookup Issues
    • Add your desired JQL
  • Action: Send email

body of email includes:

<ul>
{{#lookupIssues}}
<li>{{key}} - {{summary}}</li>
{{/}}
</ul>

you can try using that in an edit action for the description. Though I have not tried it myself.

be sure to search the community as I know others have done similar use cases. 

Anuradha Muddana April 29, 2024

Thank you, Jack. I will modify my automation rule like above and see the result. I will let you know whether it worked or not.

 

Thank you,

Anuradha Muddana 

Jack Brickey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 29, 2024

Please share your rule screenshot here if you have issues. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events