I have the following hierarchy
I added a name field on the initiative labeled Sponsor. The field is also displayed on the Epic, and the Story.
I'd like to fill in a name on the initiative and have it populate the Sponsor field on all of the issues under that inititative.
How do I do that>?
You can do this using automation that triggers on when that field is updated on the initiative, and then use the branch function to copy it to its related issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Did you intend to highlight the JQL Option? If so, I'm not that familiar with JQL, what would the JQL statement be doing?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, because JQL is currently the only option you have to find the epics linked to the initiative. Until parent() is replacing Epic Link and Parent link your first JQL would look something like this to get the epics related to your initiative:
"Parent Link" = {{issue.key}}
Since you cannot have a branch within the branch I would probably use the web request action and then have a second automation that sets the field for the stories, and in that one you could use the Stories (or other issues in Epic) branch to set the field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Wade Courtney
You could use an Automation Rule to copy information from one issue to another. Do you have any experience with Automation Rules?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.