Get UI modifications
GET
/rest/api/3/uiModifications
UI modifications (apps)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/uiModifications'
Response Response Example
200 - Success
{
"maxResults": 100,
"startAt": 0,
"total": 3,
"isLast": true,
"values": [
{
"id": "d7dbda8a-6239-4b63-8e13-a5ef975c8e61",
"name": "Reveal Story Points",
"description": "Reveals Story Points field when any Sprint is selected.",
"self": "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d7dbda8a-6239-4b63-8e13-a5ef975c8e61",
"data": "{field: 'Story Points', config: {hidden: false}}",
"contexts": [
{
"id": "1533537a-bda3-4ac6-8481-846128cd9ef4",
"projectId": "10000",
"issueTypeId": "10000",
"viewType": "GIC",
"isAvailable": true
},
{
"id": "c016fefa-6eb3-40c9-8596-4c4ef273e67c",
"projectId": "10000",
"issueTypeId": "10001",
"viewType": "GIC",
"isAvailable": true
}
]
},
{
"id": "e4fe8db5-f82f-416b-a3aa-b260b55da577",
"name": "Set Assignee",
"description": "Sets the Assignee field automatically.",
"self": "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/e4fe8db5-f82f-416b-a3aa-b260b55da577",
"contexts": [
{
"id": "8b3740f9-8780-4958-8228-69dcfbda11d9",
"projectId": "10000",
"issueTypeId": "10000",
"viewType": "GIC",
"isAvailable": true
}
]
},
{
"id": "1453f993-79ce-4389-a36d-eb72d5c85dd6",
"name": "Hide Labels",
"description": "Hides Labels if any component is provided.",
"self": "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/1453f993-79ce-4389-a36d-eb72d5c85dd6",
"contexts": []
}
]
}
Request
Query Params
startAt
integerÂ
optional
maxResults
integerÂ
optional
expand
stringÂ
optional
data
Returns UI modification data.contexts
Returns UI modification contexts.Responses
Modified at 2023-07-13 03:27:27