I am trying to save a filter for a JGL query to be used in a gadget. Would like total hours spent per project per month
Filters are searches that return lists of issues. They don't say anything about the data themselves.
For the total hours, you'll need to take a filter (e.g. "project = X") and push it through a report or gadget that will look at the data (and, in your case, add them up and display the result)
Thanks Nic. I think a better question is how do I run a query across all projects?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same answer - run a filter for it. Note that an empty filter will return every issue.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.