id
.fieldContextId
.issueId
.projectKeyOrId
and issueTypeId
.curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/app/field//context/configuration'
{"maxResults":1000,"startAt":0,"total":2,"isLast":true,"values":[{"id":"10000","fieldContextId":"10010"},{"id":"10001","fieldContextId":"10011","configuration":{"minValue":0,"maxValue":10000},"schema":{"properties":{"amount":{"type":"number"},"currency":{"type":"string"}},"required":["amount","currency"]}}]}
customfield_10000
.id=10000&id=10001
. Can't be provided with fieldContextId
, issueId
, projectKeyOrId
, or issueTypeId
.fieldContextId=10000&fieldContextId=10001
. Can't be provided with id
, issueId
, projectKeyOrId
, or issueTypeId
.projectKeyOrId
, or issueTypeId
.issueTypeId
. Can't be provided with issueId
.projectKeyOrId
. Can't be provided with issueId
.