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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.