-
Bug
-
Resolution: Unresolved
-
High
-
42
-
Severity 3 - Minor
-
354
-
Issue Summary
If you move issues between two Team-managed projects, Jira will clear all values from custom fields even though you select to retain these values:
Steps to Reproduce
- Access the issue for a Team-managed project
- Click on the top-right menu (. . .) > Move
- Select another Team-managed project and click to Retain values
Expected Results
The custom field values should be moved to the new project
Actual Results
The custom fields appear blank
Workaround
Instead of using Bulk move options, One possible workaround could be to create an automation rule with
- Manual trigger OR Scheduled trigger(for bulk movement)
- Add Clone issue action or Create issue action
- Choose all the custom fields in the "Choose fields to set" section
- Use triggerIssue.customfield_<customfield_id> smart value in the destination fields
This will copy over the value from source issue custom fields to destination issue custom fields