Hello,
If I want to get the value of a customField form all subtasks and display them in the parent task I can use: {{subtasks.customfield_XX}}
Now I want to do the same thing but to get customfield value from all stories and display them in the Epic I tried {{stories.customfield_XX}} but it doesnt work...
My automation trigger is story creation, so I already branch to update the Epic
I couldn't find any documentation that explain this :(
Hello when you use {{subtasks.customfield_XX}} the term subtask is not the name of the issueType subtasks but the element.
In the case of {{stories.customfield_XX}} it is still {{issue.customfield_XX}}, whether of the type storie, bug, etc.
You can use issue, triggerissue, etc.
Hey @Abdeladim EL AOUMARI
To answer your question, this might be a good thing to look at: https://community.atlassian.com/t5/Jira-Software-questions/Smart-values-how-to-iterate-on-an-epic-s-stories/qaq-p/1632064
I would do the lookup issues within the branch where you update the Epic (which you can access via {{issue}} as @Juan Manuel Ibarra pointed out! Good luck :)!
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.