The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi There
Is there a way to get a list of JIRA issues with work logged on a specific date ?
I use JIRA 5.1.3, 5.2.4 and 6.0.4. I can't afford a plugin for this.
Thanks, Vishnu.
Community moderators have prevented the ability to post new answers.
This has been asked before: https://answers.atlassian.com/questions/47652/jql-jira-filter-on-worklog
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Vishnu,
Assuming you have the most recent version of Jira, the following should work for you...
Today:
worklogDate = endOfDay()
Specific date:
worklogDate = "2015/07/10"
Note: Valid formats include: 'YYYY/MM/DD', 'YYYY-MM-DD', or a period format e.g. '-5d', '4w 2d'.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Carl
How can i get the work log time on that particular day , from the above script i am only getting the total of the work log for a particular task
i am looking for the actual work for the specified date, can any one provide info on this.
Thanks
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.
I also would like to find out. Custom field maybe the answer to filter out the specified date portion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vishnu,
On JIRA 6.4, it will be possible to filter by worklogDate on the JQL queries:
https://jira.atlassian.com/browse/JRA-40973
Cheers,
Danilo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks like ticket JRA-40973 didn't fix the issue. We want to be able to get the hours logged on the worklogDate provided in the JQL but the results give the total logged hours via field "Time Spent" on the Jira item. Ticket JRA-40973 did not fix the issue.
Please look at all the previous comments and the comments in ticket JRA-40973.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cloud version: https://marketplace.atlassian.com/plugins/my_work_calendar and server version: https://marketplace.atlassian.com/plugins/com.romexsoft.worklogcal.jira-worklogcal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.