You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would reach out to Appfire the vendor and raise an issue at their end to see if and how this configuration is possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got the correct answer by appfire, which solved my case: Cascading List Field - How check that child is unequal to None? - Appfire Atlassian support - Jira Service Management.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
``` 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 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.