workLoggedAfter() for 1 top user only

Silver Salonen September 2, 2015

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().

2 answers

0 votes
Silver Salonen September 2, 2015

I imagine this function could be used similarly to workLoggedAfter(), eg. issues in mostWorkLoggedAfter(-2w, CURRENT_USER)

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2015

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 :)

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2015

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!

Suggest an answer

Log in or Sign up to answer