Bom dia.
Gostaria de uma ajuda.
Como realizar um filtro para saber se o item foi concluído no prazo da data limite, e também se foi concluído fora da data limite?
Atenciosamente.
Hi @JOSE TADEU ROSA JUNIOR -- Welcome to the Atlassian Community!
How do you know the deadline date?
For example, if this is a date not stored in the Jira issue you could perform this query to find issues completed by the date, such as today's date.
project = myProjectName AND resolved <= "2022-06-28"
To find issues not resolved by the date, or still open, you could use this:
project = myProjectName AND (resolved > "2022-06-28" OR resolved IS EMPTY)
However, if your deadline date is stored in an issue field, such as Due Date, you cannot perform this query with built-in JQL features: it cannot compare two issue fields. Instead you would need a marketplace addon for JQL or to export the issues to a spreadsheet for comparison.
Kind regards,
Bill
Bom dia, Bill
Muito obrigado pelo feedback, tenha um excelente dia.
Atenciosamente.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.