Hello,
I want make automation that will fill a text custom field with the summary information of it's linked issue.
for instance:
I have Initiative name: Initiative 1
and it's linked to an Epic, for instance by linked issue type: Epic of initiative.
I want that "Initiative 1" will be filled at "Parent Name" custom field within the Epic.
I tried using on the action item in setting:
{{issue.issuelinks.first.inwardIssue.summary}}
but it didn't work at all. Do you have any other suggestion? does it possible
Hi @שגיא גואטה
You should be able to do this without a smart value when the issue link is added from the Initiative level, not the Epic:
---
If it's the opposite way around, and the Epic is where the link is added, there shouldn't be a need for the Branch as the action is happening to the trigger issue:
---
Let us know if these work for you!
Ste
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.