It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
When Bug A gets resolved as a duplicate of Bug B, I want to copy certain field values from Bug A to Bug B. I'm trying to figure out the best way to do this. The only thing I came up with is to create a post-function script on any transition that could set the resolution and:
1) check to see if the resolution was duplicate
2) look at Bug A's linked issues and find the duplicate issue ID
3) grab the field values we want from Bug A
4) copy them over to Bug B
Is that the best way to do this?
Chris,
The steps looks fine. Do share your implementation, that will also help others. In case an event is not triggered by workflow transition you can also use Listener that doesn't rely on a post function.
Ravi
Yup, that's how I'd do it. Sharing an implementation would certainly be cool of you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.