You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Background: I'm trying to create a filter which identifies the issues where the due date is before today and the last comment author is not the assignee. Basically, I want to find all the past due issues where the assignee hasn't given a reason for being late.
To accomplish this, I first created a custom scripted field called Last Comment Author with this groovy script:
It has a searcher configured:
What I'm trying to then do is run JQL like:
As you can see it wants a searcher, but I have set and reset the searcher and indexed and reindexed JIRA, to no avail.
What am I doing wrong here?
Turns out it's a bug in the Scriptrunner expression function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.