Forums

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

Smartvalue for Trigger in Automation

Flavien Gache
Community Champion
August 29, 2025

Hello everybody.
For a quite complex case of automation, I would like to know if it is possible to access linked issues for the parent issue of the issue that triggered an automation. 

The aim is to take this value and copy it in a work item created in that same rule. 
I think it is not possible (i failed at finding it) but I would like a confirmation.
Thanks in advance !

2 answers

1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 29, 2025

Hi @Flavien Gache 

Yes, that is possible, in several ways...

  • When you need just the keys for the work items, one could use the Lookup Work Items action twice: once to get the parent's data (i.e., the issuelinks), and then use another lookup with dynamically generated JQL for the action from that smart value.
  • When you need to access / modify the work items, as with above, use one Lookup Work Items action to get the parent's smart value, and then branch on dynamic JQL to them directly.
  • Or a variation of above to access the work items, branch directly to them with JQL and using the linkedIssues function: issue IN linkedIssues("{{triggerIssue.parent.key}}") perhaps adding other criteria for link types, etc.

 

Kind regards,
Bill

0 votes
Jean Horn
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 29, 2025

👋 Hello,

I don't quite understand what you need. ~ 🤔

Would you like to get the issues linked to the parent issue, which is calling the automation?

Thank you.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events