Issues renaming a Feature to a duplicated name

XMLWordPrintable

    • 5

      Issue Summary

      Customer reports that can't rename a Feature using a duplicated name

      This is reproducible on Data Center: Yes

      Steps to Reproduce

      1. Go to Program > Manage > Features (Jira Epics)
      2. Click over "Add Feature (Jira Epics)" button
      3. Fill all mandatory fields
      4. Save & Close the Feature
      5. Create a new Feature by clicking over "Add Feature (Jira Epics)" button
      6. Fill all mandatory fields and be sure to set the "Title" field with the same title used in Step 3
      7. Save & Close the Feature
      8. Open one of the recently created Features and rename it (for example: "New Feature Title")
      9. Save & Close the Feature
      10. Open the second recently created Feature and rename it using the same title as Step 8 ("New Feature Title")

      Expected Results

      Using the same validation on the Feature's creation process, it is expected to rename a Feature to a duplicated name.

      Actual Results

      Can't rename a Feature to a duplicated name.
      It fails with the message:
      "Duplicate Name. Please enter a unique Feature name."

      Workaround

      Currently, we identified the following workarounds:

      1. Rename the Feature using a PATCH API Call. A payload similar to the one below can be used:
        [
            {
                "op": "replace",
                "path": "/title",
                "value": "New Feature Title"
            },
        ]
        
      1. Rename the Feature in Jira Cloud and wait to sync to Jira Align.

            Assignee:
            Don Fuller
            Reporter:
            Rodrigo San Vicente
            Votes:
            7 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: