Hi All
I created an automation to close Master tickets that has a linked issue status = close or completed.
I also have an automation that will comment out if the Linked issue is still in Open, Pending or Work in progress status
Is there a smart value that i can include to my comment to show only Linked issue in Open, Pending and Work In Progress status?
thanks a Lot
Hi @Gene Pengson ,
Welcome to the Atlassian community,
Can you show us the automation you have?
You can add an action - "Lookup issues" to query all linked issues with the status you prefer
ei.
linkedIssue IN linkedIssues("{{issue}}") AND status in (Open, Pending, "Work In Progress")
Then add this to your comment
{{#lookupIssues}}
{{key}}
{{/}}
Hope it helps!
Thank you.
its working now with the above solution
thank you very much
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.