-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Work Item - Work Item Clone
-
Severity 3 - Minor
Issue Summary
When cloning work items, custom fields are not copied in Team-managed projects.
1. Create a new issue.
2. Add several custom fields via a Forge app.
3. Execute https://<instance-url>/rest/api/2/issue/<issueId> to check the value of the custom field.
4. Execute https://<instance-url>/rest/api/2/issue/<issueId>/properties/APP_KEY to check the value of the entity property.
5. Clone the source work item.
6. Execute https://<instance-url>/rest/api/2/issue/<issueId> for the cloned issue to check the value of the custom field.
7. Execute https://<instance-url>/rest/api/2/issue/<issueId>/properties/APP_KEY for the cloned work item to check the value of the entity property.
Expected Results
Cloned issue should include all information, including custom fields.
Actual Results
Custom field data is not cloned with work items.
Workaround
Implement logic in the app to copy custom fields from the original work item to the new cloned work item.