Hi, I'm trying to run a report to show all Jira issues from the previous month with time logged to them. My query looks like this:
project = "Test" AND timespent > 0 AND worklogDate > startOfMonth(-1) AND worklogdate <= endOfMonth(-1)
which correctly pulls the Jira issues. In my report, I want to see the Date when the time was logged for each entry. What is the Jira field that shows this date? All kinds of Date fields are available but nothing that indicates this particular value. Thanks!
Hi,
Can you suggest how to get work log data so that I can get work log date ?
Where are you trying to "get" work log data?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no "field" for this (in the sense of issue "field"), you have to look at the worklog attributes. Most Jira reports only give you issue fields. You'll need to find or write a report that fetches the work log data as well as the issue fields.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.