I am trying to write a query to pull specific reports for review. Here are the main things I need to know;
Here is an example of the query to use( one specific project):
project = "" AND issueFunction in linkedIssuesOf("project = "" AND issuetype in (Task, Story) AND timespent is not EMPTY") ORDER BY issuetype ASC
Is there a better one to use? Will this pull the information we need?
At its simplest, you can download all fields to Excel and use the work log field(s) by user. This got to be tedious for us and we are now using "worklogs" app which can pull in user groups (developer) from a filter to see the information you are looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.