Get Screens For A Field
GET {{baseUrl}}/rest/api/3/field/:fieldId/screens?startAt=0&maxResults=100
Returns a paginated list of the screens a field is used in.
Permissions required: Administer Jira global permission.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
startAt | number | The index of the first item to return in a page of results (page offset). | |
maxResults | number | The maximum number of items to return per page. |
RESPONSES
status: OK
{"maxResults":1,"startAt":0,"total":5,"isLast":false,"values":[{"id":10001,"name":"Default Screen","description":"Provides for the update of all system fields."}]}