curl --location --request PUT '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: true}}",
"name": "Updated Reveal Story Points"
}'
null
GIC
(Global Issue Create) is supported.