JMWE plugin multiple choice custom field validator

Tarieli Gvritishvili March 21, 2024

Hello,

 

I want to add validator on multiple choice custom field like this:

 

customfield_10110.includes ("Option_A", "Option_B")

 

If there is Option A, or Option B in multilpe select custom field, to be able to transition issue on the next status.

 

Can you help me?

1 answer

1 vote
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 21, 2024

Hi @Tarieli Gvritishvili 

Using a build-your-own validator, you can use a Jira expression like:

issue.customfield_10110.some(it=>it.value == "option A" || it.value == "option B")

 

Tarieli Gvritishvili March 21, 2024

GOAT! Thanks.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events