Bom dia Pessoal , alguém saberia me dizer se tem a possibilidade de filtrar por determinado status ?
Exemplo : Filtrar por todos os chamados que tiverem seus status alterado para reaberto nos ultimos X dias?
---------------------------------------------------------------------
Good morning everyone, would anyone know if you have the possibility to filter by a certain status?
Example: Filter for all tickets that have their status changed to reopened in the last X days?
Seja bem vindo a comunidade!
Sim, existe essa possibilidade.
Você deve colocar em "Advanced Issue search". Se estiver como basic, você muda para JQL - esta query não é aceita no modo basico
status CHANGED TO "Reopened" after startofday(-X)
Vai localizar tudo que foi alterado para reopened desde o inicio do dia e alguns dias para traz (-x).
REferência:
Se puder aceitar minha respostas acima - ficarei grata.
Se não deu certo algo, me diga o novo erro que te ajudo!
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.
Oi @Patricia Francezi , obrigado pelo retorno =D
sobre o comando startoftheday não está dando certo na minha busca
project = LOG AND resolved >= -4w AND STATUS CHANGED TO "Reopened" after startoftheday(-15d) order by created DESC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oi !
Desculpe, falha minha.
A função é startOfDay()
project = LOG AND resolved >= -4w AND STATUS CHANGED TO "Reopened" after startofday(-15d) order by created DESC
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.