Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.