Is there a possibility to return only 1 user who has logged the most worked under a JIRA issue? We would use that function to identify ownership of JIRA issues.
Actually I suppose that currently it's not possible, so here's a feature request: create function mostWorkLoggedAfter().
I imagine this function could be used similarly to workLoggedAfter(), eg. issues in mostWorkLoggedAfter(-2w, CURRENT_USER)
Ah ok. Can you raise a support request at https://j-tricks.atlassian.net/browse/JQLT? Provided there is enough interest, we might work on that :)
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.
Hi Silver,
You are right. This is currently not possible. The problem is that JQL functions are designed to search issues and not users. You can have functions returning users but you can only use them in searches like this:
assignee = mostWorkLoggedAfter(-2w, TEST-123)
Is that what you are looking for? I suppose not!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.