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 'http://jira.local:8080/jira/rest//rest/api/3/issue//editmeta'
{"fields":{"summary":{"required":false,"schema":{"type":"array","items":"option","custom":"com.atlassian.jira.plugin.system.customfieldtypes:multiselect","customId":10001},"name":"My Multi Select","key":"field_key","hasDefaultValue":false,"operations":["set","add"],"allowedValues":["red","blue"],"defaultValue":"red"}}}