-
Suggestion
-
Resolution: Unresolved
-
None
I want to be able to update/add to a variable within an automation loop with data collected within the loop and referrence that after the loop is completed
Example: For each linked issue of the trigger issue, build a string collecting Project and FixVersion of each Linked issue and ones loop is completed edit the trigger issue with query.
Trigger (Manual) create a variable called "query" (as string) Branch (loop) query = query + or project={{issue.key.name}} and fixVersion={{issue.fixVersions.name}} Branch End Edit issue "Status Summary" = All Content from Linked Releases\n\n[https://ford.atlassian.net/issues/?query|https://ford.atlassian.net/issues/?jql=query|smart-card]"