overrideScreenSecurity=true
skips this condition.overrideScreenSecurity=true
skips this condition.overrideEditableFlag=true
skips this condition.jira.issue.editable
property to false
. overrideEditableFlag=true
skips this condition.jira.permission.*
workflow properties.overrideScreenSecurity
When this flag is true
, then this endpoint skips checking if fields are available through screens, and field configuration (conditions 1. and 2. from the list above).overrideEditableFlag
When this flag is true
, then this endpoint skips checking if workflow is present and if the current step is editable (conditions 6. and 7. from the list above).curl --location --request GET '/rest/api/3/issue//editmeta'
{"fields":{"summary":{"allowedValues":["red","blue"],"defaultValue":"red","hasDefaultValue":false,"key":"field_key","name":"My Multi Select","operations":["set","add"],"required":false,"schema":{"custom":"com.atlassian.jira.plugin.system.customfieldtypes:multiselect","customId":10001,"items":"option","type":"array"}}}}