Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

jira expression check to customfields with certain values

Thies Uhlenbruch
Contributor
September 25, 2023

Hey,

for a workflow transition validator I need to build a jira expression which checks:

  • customfield_A has the value "Nein" AND customfield_B is not empty

(will be used with script runner)

I never used jira expressions before.

 

How would I build this expression?

Thanks

Thies

1 answer

0 votes
Mohammed Aamer Khan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2023

Hi @Thies Uhlenbruch 

Can you try adding Jira Expression 
issue.customfield_A.value == 'Nein' && issue.customfield_B.value.value != null

Suggest an answer

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

Atlassian Community Events