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
Hi @Anuradha Muddana ,
I have achieved similar when sending the results of the JQL filter via email.
for example
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please share your rule screenshot here if you have issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.