Good afternoon,
Could someone help me with an issue? I need to build a query in Jira that returns me all the tasks that are not closed or deleted and that have more logged hours than estimated.
Has anyone done this?
status != closed and workratio > 100
regarding "deleted" is that a status? if so simply change the status bit to status not in (closed,deleted).
Obrigado!
Precisei acrescentar alguns parâmetros, mas me ajudou muito.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.