We are trying to act on issues that are unassigned at creation and route them to specific people. I've attempted several different options but this is where I'm at currently
def currentAssignee = issue.getAssignee()
(currentAssignee = null)
However this doesn't seem to be working for me.
Thank you!
Try (currentAssignee == null)
Thank you! I spent so much time and was missing one character. Takes me back to programming homework in college.
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.