-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Features - Attribute
-
None
-
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
- Go to Program > Manage > Features (Jira Epics)
- Click over "Add Feature (Jira Epics)" button
- Fill all mandatory fields
- Save & Close the Feature
- Create a new Feature by clicking over "Add Feature (Jira Epics)" button
- Fill all mandatory fields and be sure to set the "Title" field with the same title used in Step 3
- Save & Close the Feature
- Open one of the recently created Features and rename it (for example: "New Feature Title")
- Save & Close the Feature
- 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:
- 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" }, ]
- Rename the Feature in Jira Cloud and wait to sync to Jira Align.
- resolves
-
ALIGNSP-19972 Loading...