On a Team- managed project, re-naming a status and re-using that status name, does not let us save the changes.
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
On a Team- managed project, changing the current name of a workflow status and re-using that name on a new status in the same workflow, does not let us save the changes. Error will be seen as below:
環境
Jira Software Cloud - Team Managed projects
診断
Steps to reproduce:
- For example, within a workflow of a Team managed project, change the name of the status from "Backlog" to "Start"
- Create a new status and name it "Backlog", configure transitions. Save the changes.
- The changes do not save and we see the error: "We couldn't save your changes"
The browser dev tools will show the below error:
{"elementType":"STATUS","elementId":"xxxx-xx-xxx-xxx","message":"Status with id xxxxxx-xxx-xxxx-xxxx has the same name with an existing status: xxxxx-xxxx-xxxx-xxxx","errorCode":"STATUS_RENAMED_TO_EXISTING_STATUS"}
The status ID's from the above message can be used to verify the statuses that have conflicting names from 'Request payload' section of the browser dev tools: Network> Error> Headers> Request Payload.
原因
Both the changes made at once on the workflow, before saving them.
ソリューション
Save each change before proceeding to the next one. Once the Status is renamed, save this change. Then proceed to create a new Status and use the previous name of the now re-named Status, save. The changes will be saved without any error.