/
Groovy get custom field value
Groovy get custom field value
import com.atlassian.jira.component.ComponentAccessor; def customFieldManager = ComponentAccessor.getCustomFieldManager() def cField = customFieldManager.getCustomFieldObject("10104") def cFieldValue = issue.getCustomFieldValue(cField)
, multiple selections available,
Related content
Mapping of priority
Mapping of priority
More like this
Static Variables
Static Variables
Read with this
Accessing Assets (Insight) using groovy
Accessing Assets (Insight) using groovy
More like this
API
More like this
Integrations Hub for Jira
Integrations Hub for Jira
More like this
How to create an issue with insight data
How to create an issue with insight data
More like this