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

How to add "Development" field parameters to the Validator

Edited
Parvaneh Zand
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.
Mar 06, 2020

Hello everyone,

I want to add a validatior to a transition, which checks  the statuses of "Development" parameters.

I don't know how to do that with Scripted (Groovy) Validator (JMWE add-on).

I attached a picture with an example (statuses of all Pull Requests should be merged, but for the tested issue, it returns wrong result)

How can I write the script?

 

Any help would be appreciated,

Thank you.

pr.jpg

3 answers

@Parvaneh Zand 

Did you find the solution?

@Parvaneh Zand  you can try something like this for JMWE:

issue.get("Development").summaryBean.summary.pullrequest.overall.details.mergedCount != 0

 it return true if any merged request exist on issue provided.

Also ensure, that "Development" customfield exist and has exact name.

0 votes
David Fischer _Appfire_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 08, 2020

Did you try to test just

issue.get("Development").pullrequest

to see what the value looks like? The structure of the value of the Development field is actually fairly complex, and also partially dependent on the development info provider (app).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events