Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi everybody,
i am using Scripted JQL functions for searching issues commented by a specific user.
issueFunction in commented("by test after -7d")
Is it possible to get the results ordered by date of comment from the user i use in JQL?
I have tried some things without luck.
Thanx
No easy way that I can think of. You could add a script field that returns the date of last comment (don't put on any screens) and order by that, but seems like overkill.
Or perhaps that function should by default return them in that order, although I don't know if jira's default ordering will override that.
Thanks Jamie!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.