It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I'm looking for a solution to find the time logged on issues after a sprint has been started. by using timespent and sprint in openSprints() I can get the issues with time logged against them, but it shows me all the time logged even if the time was logged outside of the sprint. Any ideas on how to expand what we are currently using?
timespent is not null AND sprint in openSprints()
JQL queries return a list of issues where the conditions you set were true, but after the query, you will just have a list of issues, and therefore you have no additional means of separating and/or counting the timespent values for a given period.
In the end, you are querying (and getting) issues, and not worklog entries.
Because of that, you can not do what you want without additional help from an addon.
Besides Jobin's proposal of Tempo addon, you have a free alternative called JIRA Timesheet Reports and Gadgets that you will find through this URL (if you have JIRA Cloud):
https://COMPANY.atlassian.net/plugins/servlet/upm#manage/jira-timesheet-plugin
It is preinstalled, meaning that you will have it instantly by clicking on a button.
Once installed, you will have a new gadget available, named 'Project Pivot', that you could add to any of your dashboards and that does exactly what you need.
For more information, have a look at the documentation:
http://www.jiratimesheet.com/wiki/Overview.html
Hope it helps.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.