in a post-function, what's the syntax for a Condition (groovy expression) that basically says "Dev Assignee field is empty” (and must to be true for the post-function to apply)?
You can use the following formula to check if an assignee field is empty and combine with other actions.
if (! cfValues['Assignee']) ...
So for a condition on a post-function, for a custom field called Dev Assignee, it would be: cfValues['Dev Assignee'] that should be all that's required
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you add the plugin tag otherwise people won't see this...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.