-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: REST API
-
None
-
1
The following API call will update the transition but will not update the FixVersions field.
curl -u admin:sphere -X POST --data '{"transition":{"id":"11"}}','{"update": {"fixVersions":["allowedValues": [{"add": {"value": "V1.0"}}]]}}' -H "Content-Type: application/json" https://linux-45718.prod.atl-cd.net/jira/rest/api/2/issue/KANBAN-1/transitions
However, a PUT call is needed to update the FixVersion field but this does help to update the transition.