While creating an Issue in Jira and providing its epic link, Is there a way we can copy issues fields and other custom field values from epic to issue being created on create issues transition itself. As we dont wont to updated the field in all issues in epic again and again. We tried using JWME plugin it dint worked for linked issues
Hmm.. Not OOTB. You can use plugins (like Script Runner) and put in a Epic transition some post function that will create a ticket and copy some values that you are interested in having on child issue. Then just exectue the transition and voila! :)
Hi Mirek,
Well i was trying to use JWME plugin for linked issue type param but, i got to know that HAS EPIC does not create parent child relation with it does for example task and its sub-task.
If you came across the groovy code to copy the field from issue set in Epic link(parent) while creating a new issues(as child) , please do share the link.
Best Regards
Avin Singhal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well any code from script runner with which i can implement 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.