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 can I check as a validator in workflow transition, that a Cascading List field is not empty?

Edited

Dear everyone,
I want to make sure that my cascading list field "Agile Release Train/Team" is not empty during a workflow transition.

When I add the validator "Fields Required (JSU)", Jira only checks the first level (parent) of the field, allowing the children keep being empty.

Therefore, I want to test whether a Regular Expression Check (JSU) works. What value do I need to enter into the field "Regular expression" to check that the user gets an error if the parent has a valid value, however, child = none?

Screenshot 2023-11-14 101052.png

2 answers

1 accepted

0 votes
Answer accepted
Marc Koppelaar
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.
Nov 14, 2023

Hi @Tilman Ulshoefer 

This should be possible. I found an old KB article from JSU (before Appfire bought them).

Please see the article here. I think should solve your issue,

Thank you for this link, Marc. 


Unfortunately, we failed benefiting from it. My level 1 value is "ART1", and the two level 2 fields are "Team1" and "Team2". We tried everything like (ART1|((Team1|Team2), .+?)), however, did not get it working.

Marc Koppelaar
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.
Nov 17, 2023

Hi @Tilman Ulshoefer 

I would reach out to Appfire the vendor and raise an issue at their end to see if and how this configuration is possible.

Thank you for your advice, just created a request with appfire, Marc.

Like Marc Koppelaar likes this

hi @Tilman Ulshoefer 

``` When I add the validator "Fields Required (JSU)", Jira only checks the first level (parent) of the field, allowing the children keep being empty.``` 

Have you check the children issues is applied the same workflow like the parent issue ?

It is not about parent and child issues, trung. It is about parent and child values in a cascading list field, assigned to the same issue.

Like trung likes this

Suggest an answer

Log in or Sign up to answer