You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Dear,
We want to create a view in our dashboard to show the tickets updated by the reporter. To enable this we have created a field called Updated by, so we can see who performed the last update on the ticket. Then we tried to perform an issue search where the reporter equals the Updated By field so we can create a view or alert when an ticket gets updated by a user.
In the Basic JQL it didn't work and with scriptrunner we didn't manage to make it work
Can some help with this issue or porpose an alternative solution?
Could you explain "in JQL it didn't work"? What were you doing, what happened that broke it?
Same question for "with scriptrunner"
With Scriptrunner see here the error message:
In JQL it doesn't give any results altough there are several ticket where the reporter equals the updated by
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So the Scriptrunner JQL is not valid as JQL, I'm not sure what you might be thinking with that "expression" clause, it's not a function. See https://scriptrunner.adaptavist.com/5.6.9/jira/tutorials/jql-functions-tutorial.html for some help with issueFunction usage.
Your "updated by" search is valid though, presumably because you have a field called "updated by" and a user potentially called "reporter"?
I think you might want to try the built-in updatedby() function, seen at https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-functions-reference-939938746.html#Advancedsearching-functionsreference-approverupdatedBy()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.