Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Ashish Kumar Gupta February 20, 2018

I am searching for all the JIRA IDs where  work logs of a given project have been updated between two datesHere start date of the logged work could be any date.

When we log our work it has both dates "started" and "updated". Can we have JQL to find JIRA issue ids on the basis of "updated" dates?

Can someone help me to find this out?

Thanks!

2 answers

0 votes
Mohanbabu Somasundaram June 12, 2020

Hi Team,

I need JQL query to list the issues for which the work log edit and delete actions.

0 votes
Craig Castle-Mead
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.
February 20, 2018

Hey Asish,

Something like the below should work (thanks to https://community.atlassian.com/t5/Jira-questions/JQL-JIRA-Filter-on-Worklog/qaq-p/246707 for the workLogged function reminder)

issueFunction in workLogged("after 2017/12/29 before 2017/12/31") OR (updatedDate  >= "2016-01-01" AND updatedDate <= "2016-05-31 11:00")

CCM

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events