We have a workflow step where we need at least 2 users to sign off on an issue before it can proceed.
issue.customfield_12345 != null && issue.customfield_12345.length >= 2
The validation will pass if the two users are set before the transition begins. However, if the 2 users are set in the transition screen the validation will fail.
Is there a way to validate the issue and the issue and transition screen vales?
Our current workaround uses a post-function to trigger an invisible transition (not ideal)
Thanks!
Hi David,
You cannot do that as of now because of https://ecosystem.atlassian.net/browse/ACJIRA-1865. Please watch the ticket.
Regards,
Radhika
Hi @David Francis , double check the transition screen if indeed the custom field id is the same as the id you are trying to validate.
Also, I think its best to just use > 1 instead of >= 2 just my preference.
Otherwise, just use JMWE.
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.