Hi All, I am writing a JQL query to get the Original estimate which has more than 80h.?
Here it is. but I am unable to bring all assignees in the project who over allcoated more than 80hrs
project = ABC AND issuetype in (Issue, Story) AND status in (Done, New) and 'Original Estimate' > 80h
Hi Ram,
looks like you are trying to get assignees results from JQL, however, JQL filter result is able only to return issues.
If you are looking for user-based allocation report, you have to use some kind of add-on like Tempo or, if you are looking for something lightweight, you can try simple Time Reports https://marketplace.atlassian.com/apps/1212077/time-reports?hosting=cloud&tab=overview
Regards,
Tom V. MoroSystems
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.