v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
Screen tab fields

Move screen tab field

Moves a screen tab field.

If after and position are provided in the request, position is ignored.

Permissions required: Administer Jira global permission.

post/rest/api/2/screens/{screenId}/tabs/{tabId}/fields/{id}/move

Path parameters

screenIdinteger required

The ID of the screen.

tabIdinteger required

The ID of the screen tab.

idstring required

The ID of the field.

Request body

afterstring uri

The ID of the screen tab field after which to place the moved screen tab field. Required if position isn't provided.

position'Earlier' | 'Later' | 'First' | 'Last'

The named position to which the screen tab field should be moved. Required if after isn't provided.

Response

Returned if the request is successful.

{"stackTrail":"paths:/rest/api/2/screens/{screenId}/tabs/{tabId}/fields/{id}/move:post:responses:204:content:application/json:schema","oasType":"schema","type":"unknown"}