V
V
Vadim Lutskov2019-01-20 17:07:58
JIRA
Vadim Lutskov, 2019-01-20 17:07:58

How to get a list of tasks with a request in jira?

You need to get a list of tasks in which the time spent exceeded the estimate.
Tried to build the following query:
project = 17122 AND (sprint = 10155 OR sprint = 10156 OR sprint = 10735) AND timeestimate > timelogged
Error: The value "timelogged" for the field "timeestimate" is incorrect. Specify a positive duration value; for example: "1h 30m", "2d".

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
greenhack, 2019-01-21
@vadimluckov

Apparently you meant timeestimate < timelogged.
Try 'and workRatio > 100'.
https://community.atlassian.com/t5/Jira-questions/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question