The Rest API call to retrieve the status transitions on JWM Team-managed projects fetches incorrect transition names
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
REST API endpoint Get transitions fetches incorrect Issue type Transition names, different to what is seen on the UI.
環境
Jira Cloud
診断
We can get the Global transition names by running the below API query. The values can be compared to what we see in the UI.
Endpoint: Get transitions
原因
The Team-managed JWM projects do not update the Global transition names when the column names are re-named from the board view. This could be one of the ways that the global transition names got out of sync with the status names.
However, there could be other ways that the Global transition names get out of sync, like the updates made from the Third-party plugins, API calls to the Column/Status names can also cause them to go out of sync.
ソリューション
To get the Global transition names back into sync:
- Go to Workflow Editor on the project
- Rename the affected Statuses
- 保存します。
- Revert the Status names back to the desired names
This should update the Global transition names at the same time.