curl --location --request POST 'http://jira.local:8080/jira/rest//rest/api/3/uiModifications' \
--header 'Content-Type: application/json' \
--data-raw '{
"contexts": [
{
"issueTypeId": "10000",
"projectId": "10000",
"viewType": "GIC"
},
{
"issueTypeId": "10001",
"projectId": "10000",
"viewType": "GIC"
}
],
"data": "{field: '\''Story Points'\'', config: {hidden: false}}",
"description": "Reveals Story Points field when any Sprint is selected.",
"name": "Reveal Story Points"
}'
{"id":"d7dbda8a-6239-4b63-8e13-a5ef975c8e61","self":"https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d7dbda8a-6239-4b63-8e13-a5ef975c8e61"}
GIC
(Global Issue Create) is supported.