Is there any way to copy the issue key value in a custom field when the issues are moved from one project to another?
For example
Project A key abc
Project B key xyz
field name : Ref id
When the issues are moved from abc project to xyz project the issue key value (abc-01) should be copied in the Ref id field in the xyz project.
If you want to track issues that moved from one project to another, you can check this article with a similar case:
How many tickets were moved from one Jira project to another? [Use case]
You could do this with a relatively simple (scripted) listener that picks up the move event and looks at where the issue was moved from.
I wouldn't bother though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
Thanks for your help. Is there any way to clear field values while cloning the issues?
I want to clear some field values on cloned issues
we are using Automation for Jira and script runner.
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.