The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Work Log field using JQL

Gokul Suryadevara
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 13, 2015

Here is my current JQL 

project = "XYZ" AND Sprint in openSprints() AND updatedDate >= -2d  

What I want to see if the "work log" field. Can anyone help me with the query? 

I am not using any other plugins if that helps...

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Gokul Suryadevara
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 15, 2015

I want the actual work log field (comments) available through JQL. Is it possible?

0 votes
Udo Brand
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 Champions.
April 13, 2015

Do you want to query these fields or show them.

To show them add Origanal Estimate, Remaining Estimate and Time Spent to the columns in your issue navigator.

If you want to query on those fields use timespent, timeestimate and timeoriginalestimate.