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
Hi Everyone,
Can we configure stastus based on label value? If the label (system field) value is SIT it needs to be displayed few transactions only.
the workflow having total 6 stastus,
Backlog
To Do
In progress
Completed
Reday fir approval
Done
Every stastus having all.( we can go any stastus to any stastus)
So any issue type (story, bug, task) if the lables( system field) value is SIT
I need to show below stastus only.
Backlog
Completed
Done.
If the label is empty or has any other values we need to show all statues.. it will be done by condition I guess.
I have used the below condition but it's not working as expected.
project = "PAR" AND (labels is EMPTY OR labels != "SIT" OR status in ("Backlog", "Completed", "Done"))
Please help me on this request.
Regards,
Syed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.