Issue search question

Rumceisz June 22, 2016

Hi Everyone,

we'd need a search which results all issues in a particular project where a user or group logged time in a specific period. More specifically: we have to create this report every end of month and it contains these issues of the first day till the last day of month.

The createdDate> or resolvedDate> search don't work here because the creation or resolution of the issues do't play any role here.

How can we search for issues where the timelog was made after the first day of month and before the last day? Like: loggedDate>StartofMonth...

Do you have any idea?

Thanks in advance,
Rumi

1 answer

0 votes
Steven F Behnke
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.
June 22, 2016

Something like this?

worklogDate >= startOfMonth() AND worklogDate <= endOfMonth()
Rumceisz June 23, 2016

Hi Steven,

yes, but when I run it I get:

 Field 'worklogDate' does not exist or you do not have permission to view it.

Steven F Behnke
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.
June 23, 2016

Can you indicate what version of JIRA you have? This feature was added in 6.4 but is undocumented. https://jira.atlassian.com/browse/JRA-44902

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events