Views of estimate times for tasks

KasiaCC July 22, 2015

Is there possibility to get a view wher's gonna be all my tasks with original estimate time?

1 answer

1 accepted

0 votes
Answer accepted
J. Caldwell
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 22, 2015

You can create a JQL query - 

 

assignee = currentUser() and originalEstimate != 0h

 

This would be the base. You can then apply additional restrictions, like status/etc.

Suggest an answer

Log in or Sign up to answer