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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.