I have a field with the name MoA Total (numeric field)
How to make sure that when submitting status A to status B, there is validation as follows
- If MoA Total < 0, then it is invalid and the process cannot continue.
- If MoA Total >= 0, then it is valid and the process can continue to the next status.
Thank you in advance, any help would be appreciated.
You can add a Build your own Validator to the transition, with a Jira expression like:
issue.customfield_12345 >= 0
Where you'll replace the custom field ID with the ID for your custom field (which you can find using the Issue Fields help tab)
Hi @David Fischer ,
Hi, first of all, Happy New Year!!
may you and your family always have good things this year
I've tried your suggestion, and it works, it works very well.
thanks for your help @David Fischer
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.