v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
Issues

Transition issue

Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen.

sortByCategory To update the fields on the transition screen, specify the fields in the fields or update parameters in the request body. Get details about the fields using Get transitions with the transitions.fields expand.

This operation can be accessed anonymously.

Permissions required:

post/rest/api/2/issue/{issueIdOrKey}/transitions

Path parameters

issueIdOrKeystring required

The ID or key of the issue.

Request body

fieldsobject

List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. When multiple sub-fields or other operations are required, use update. Fields included in here cannot be included in update.

updateobject

A Map containing the field field name and a list of operations to perform on the issue screen field. Note that fields included in here cannot be included in fields.

Response

Returned if the request is successful.

{"stackTrail":"paths:/rest/api/2/issue/{issueIdOrKey}/transitions:post:responses:204:content:application/json:schema","oasType":"schema","type":"unknown"}