We were using timspent as a filter to see all stories that has time spent. However, it seems like the JQL search for timespent doesn't include the subtasks' timespent. Is there a way to write a JQL that will include them.
For example, I have a story and it has many subtasks. We have timespent in all the subtasks and even shown in the column timespent, but where we use timespent is not empty, it filters out the story.
Thanks in advance.
You can't do this on onDemand. In the downloaded version, there are few plugins that will help.
Okay, thanks, I found one for example, JQL Trick Plugin, https://marketplace.atlassian.com/plugins/com.j-tricks.jql-plugin. Somene should come up w/ one for onDemand
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Which plugins ? JQL Trick seems no to be maintened anymore.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Script runner can be used
issueFunction in workLogged( "after 2014-08-01", "before 2014-08-30" )
*JIRA Timesheet Reports and Gadgets (http://www.jiratimesheet.com/wiki/Overview.html)<br< a="">>issue in workedIssues("2014-08-01", "2014-08-30", "jira-users")
or if using the timespent variable you can add the Sum time spent column to show all the time loffed agains the parent items
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.