Hi,
I have a question about removing Fix versions from the issue.
Our Fix Version of the issues is based on the Epic
So when adding issues to Epic A, the issues will be auto-assigned to the same Fix versions as Epic.
If the issue becomes the empty parent, how can I remove the Fix versions?
If I directly change to another Epic (B), how can I remove the original one and add the same Fix Versions as Epic B?
Thanks!
Hi @Amy Chang
For your scenario, your rules will need to use various different triggers, and use conditions to decide what to do. In general...
For the different scenarios, please consider:
For cases 2 and 3, the rule could use conditions with the changelog to detect what happened to the parent.
Kind regards,
Bill
Hi @Bill Sheboy
Thank you for your suggestion. It is useful.
There is one scenario I'm not sure I'm doing correctly or not. - When Epic updates/adds the release, update all child issues to match.
Can you please give me some suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Amy!
If you are asking how to detect changes to the Fix Version field for the parent, and then copy the values to the child issues...there is a known defect with changelogs and list fields like that.
The only way I know to do this is with a separate rule:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Sheboy
I wrote the wrong scenarios to you, my bad. I would like to know if my automation (the screenshot above) matches scenarios 2 and 3:
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First thing, the Epic Link field was sunset last year, and so I recommend specifically trying to test on the parent field. The parent field is now used for all parent / child relationships. Epic Link may still work, but it is better to use parent in the event Atlassian removes the old field in the future.
Given your scenarios and the trigger is on parent changed, I recommend testing for an empty parent field first. Then the else clause will always be to handle a changed parent (or addition of the first one).
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 @Bill Sheboy
Thank you for your suggestion. It is useful.
There is one scenario I'm not sure I'm doing correctly or not. - When Epic updates/adds the release, update all child issues to match.
Can you please give me some suggestions?
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.