UI modifications (apps)
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.
get/rest/api/3/uiModifications
Query parameters
startAtinteger
The index of the first item to return in a page of results (page offset).
maxResultsinteger
The maximum number of items to return per page.
expandstring
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.