LinkedIssue smart value

Gene Pengson
Contributor
August 1, 2024

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

1 answer

1 accepted

3 votes
Answer accepted
Dexter de Vera
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 1, 2024

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}}
{{/}}

image.png

Hope it helps!

Thank you.

Gene Pengson
Contributor
August 2, 2024

its working now with the above solution

thank you very much

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