Hi,
JDL query to fetch the Worklog author, time log, issue on the day to day basis for the project management purposes.
I used this query,
worklogAuthor in (membersOf("NFR")) AND worklogDate >= "2023/02/22" AND worklogDate <= "2023/02/23"
But its not showing the user who all are logged on daily basis.
So im requesting all to provide the query to fetch the result for each day from a particular window.
Thanks.
You can use the below JQL for getting the worklog done on specific date
worklogAuthor in (membersOf("NFR")) and worklogDate >= startOfDay(-1) and worklogDate <= endOfDay(-1)
You can use startOfDay, startOfWeek, startOfMonth for specific day, week or Month data.
I hope this solves your problems.
Welcome to the Community !!!
If you would be interested in a mktplace app to get this data, you can try out our add-on
The app provides the following features.
Disclaimer : I work for the vendor who built this app
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.