Hello
I am struggling with following topic and I would appreciate some help.
I have an Epic-Story relation... and the same custom field on both issues.
What I try to solve is whenever a story gets linked to the Epic (Create or Edit), the story should receive the value from the Epic customized field and save it in the customized field of the story
My solution approach:
Any ideas how to solve it?
Thanks
Best regards
Marco
Hey there Marco,
You shouldn't need to use the "Branch on Epic" or the "Additional fields" section Edit. You should be able to "Choose fields from Epic" and click on it to copy from the Epic issue
Note that this doesn't work on Next Gen projects at present https://codebarrel.atlassian.net/browse/AUT-2090
Thanks for your tip. I have removed the branch... but the field is a customized field and does not appear on the "Choose fields to set..." dropdown, because it's a databse field (I cannot change it).
So I must use the script in "Additional field". Any ideas how to access the Epic field to copy it down?
Thanks
Best Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
does not appear on the "Choose fields to set..." dropdown,
Ah okay I guess the field type isn't supported in that case. Getting the format of "Additional field" type correct will depend on the type of that field. What's a "Database Field" is it provided by another add on?
Any ideas how to access the Epic field to copy it down?
You can use a smart value {{issue.epic.My field}} will resolve to the "My field" value of your epic. However, as per my comment above you'll need to figure out what the correct format that the field will accept it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot @Mark Chaimungkalanont , I appreciate the help and it works now.
I have added the full automationm for anybody who is interessted it.
Best Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Team,
I am unable to see the epic link field under the fist trigger action is value changes for.
is there any way to implement for the same?
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.
Hi Marco - Welcome to the Atlassian Community!
Can you share the error you are getting? Also a screenshot of the Audit Log when you run it?
Finally, is this a Next-gen project or Classic Software Project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John
Thanks for your reply and sorry for my late response.
The error messages tells more or less always the same, the destination status could not be resolved.
Your question is about our Jira Installation? It's not a cloud version, it's an installation on our company server (I have only administration rights for this Jira project)
Thanks
Best Regards
Marco
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.