id
.fieldContextId
.issueId
.projectKeyOrId
and issueTypeId
.curl --location --request POST '/rest/api/3/app/field/context/configuration/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"fieldIdsOrKeys": [
"customfield_10035",
"customfield_10036"
]
}'
{"isLast":true,"maxResults":1000,"startAt":0,"total":2,"values":[{"customFieldId":"customfield_10035","fieldContextId":"10010","id":"10000"},{"configuration":{"maxValue":10000,"minValue":0},"customFieldId":"customfield_10036","fieldContextId":"10011","id":"10001","schema":{"properties":{"amount":{"type":"number"},"currency":{"type":"string"}},"required":["amount","currency"]}}]}