How can i get a JIRA report with issue time tracking by sprint?

André Manique July 3, 2016

In the case of an issue or a subtask not being completed in a single sprint and i have to reestimate the time, how can i have a report of logged and estimated time spent by sprint?

Thank you in advance

1 answer

1 accepted

1 vote
Answer accepted
Meck
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 4, 2016

Hi André Manique,

You add the column Original Estimate and Remaining Estimate.

image2016-7-4 11:12:8.png

And to the JQL you will use:

sprint = "name_of_sprint" and status = Unresolved

So you can see the issues unresolved at a specific sprint.

I think you looking for that.

Regards,
Lameck. 


Olá André,

Acredito que você seja brasileiro, então, resolvi colocar o texto em português também. 

Você pode adicionar as colunas de estimativa para visualizar os valores na tabela, e utilizar o seguinte JQL para visualizar apenas as atividades não resolvidas do Sprint:

sprint = "name_of_sprint" and status = Unresolved

Abraço,
Lameck. 

Suggest an answer

Log in or Sign up to answer