I'm using JMWE app's Transition current issue post function and it gives me "An error occurred while executing a Transition Current Issue post-function: Validation error while triggering transition [381@@RQ: Default Workflow]: root cause: Validation error"
This transition doesn't have any validators.
In the follow-up transition there's a Set field value post function. When I turn it off (set condition to false) issue transitions fine. In the Set field value post function I'm populating a Multi user picker field. Value is array list of user keys (string). Do I have to use a different value for this? ApplicationUser or maybe string is fine and I need usernames for this field?
Hi @Gleb Kartashov ,
the "Validation error while triggering transition" error is a little misleading. Jira doesn't differentiate between errors during validation and errors during execution of the transition.
In your case, it seems that the problem is with one of the post-functions on the triggered transition, which makes the transition fail, hence making the Transition Current Issue post-function fail.
In your Set FIeld Value post-function, check the "expected value" help tab. The values need to be usernames, not user keys. Or of course ApplicationUser objects if you prefer. The reason is two fold:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.