I tried to use Script Runner simple script validator and it is not working. Here is my script: originalIssue.assigneeId
I have 'Assignee' field on my screen. The user selects 'Assign to Me' and then selects 'In Progress'. JIRA returns 'Assignee is re required' in red.
Also, we don't want to use JIRA Suite Utilities. We're trying to resolve using Script Runner instead.
Any suggestions? Thanks!
I kept trying and trying... solved it. Use
issue.getAssignee()
instead of
originalIssue.assigneeId
It works.
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.