Get UI modifications
Gets UI modifications. UI modifications can only be retrieved by Forge apps.
Permissions required: None.
The new read:app-data:jira OAuth scope is 100% optional now, and not using it won't break your app. However, we recommend adding it to your app's scope list because we will eventually make it mandatory.
Query parameters
The index of the first item to return in a page of results (page offset).
The maximum number of items to return per page.
Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:
- data Returns UI modification data.
- contexts Returns UI modification contexts.
Response
Returned if the request is successful.
Changes
Changed in 1 of the 16 revisions of this API.3
- ●
added the new
GICAgentViewenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
IssueTransitionAgentViewenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
IssueViewAgentViewenum value to the////response property for the response statusresponse-property-enum-value-added
- ●