Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Given a query like this:

assignee = "XXXX" AND project = XXXXX and status != Done and type = "Developer Task"

Can Jira give me a total for remaining time on the tasks returned in that query?

share|improve this question

closed as off topic by slhck May 17 at 20:54

Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

As far as I know this is not possible via the front-end.

Your options are as follows:

  1. Export to Excel and sum up there (ok if this is info is needed infrequently, but not really an option for frequent overviews).
  2. Write a Dashboard gadget that takes a query/filter and outputs the time.

This also goes for Total Estimate and Used Time.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.