Custom field is not cloned for Team-managed project if this is added to Fields

XMLWordPrintable

    • 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.

              Assignee:
              Unassigned
              Reporter:
              Damian Kleszcz
              Votes:
              4 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: