List all the JIRA issues on the basis of work log updated date for a specific user

Bhanuka_Prasad September 22, 2019

Hi,
I am trying to get all the Jira issues on the basis of worklog updated date for a specific user. I have tried several jqls and I couldn't find any solution for that. Could you please sort out this problem and give me a solution ASAP. I have tried following jql and it is giving more than expected number of issues.

updated > 2019-09-19 AND updated < 2019-09-21 AND worklogAuthor=userJiraKey

1 answer

0 votes
Deniz Oğuz
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 22, 2019

Have you tried "worklogDate" JQL operator?

worklogDate > 2019-09-19 
Bhanuka_Prasad September 22, 2019

Hi Daniz,

WorklogDate operator doesn't give the expected result that I want. It only give the list of issues which have the specific date as its started date. But I want to get the list of worklogs by worklog updated date.

Suggest an answer

Log in or Sign up to answer