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.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.