Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

check custom field value in Jira workflow toolbox

i'm trying to add validator on my work flow, with basiaclly to verify that a certain custom field has a certain value.

when doing just verifiction on not null - it works ok:

issue.customfield_17645 != null

but when doing a specific value like this:

issue.customfield_17645 == 'bug'

(i get this message: "operator \\\"==\\\" is not applicable to types: Map and String\"],\"errors\":{}}""

 

doing that to global field (like type) works ok, but i need it to custom field.

is there an option that i can add it?

1 answer

A little late answer, sorry :) For any others having similar problem, here is the solution:

You need to add ".value" to the end of customfield name:

issue.customfield_17645.value == 'bug'

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events