Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filtrar por jira que passaram por x Status/Filter by jira that passed x Status/

Alexsandro de Freitas March 1, 2023

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?

2 answers

1 accepted

1 vote
Answer accepted
Patricia Francezi
Community Champion
March 1, 2023

Oi @Alexsandro de Freitas 

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: 

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearchingoperatorsreference-CHANGEDCHANGED

Patricia Francezi
Community Champion
March 1, 2023

Oi @Alexsandro de Freitas 

Se puder aceitar minha respostas acima - ficarei grata.

Se não deu certo algo, me diga o novo erro que te ajudo!

Alexsandro de Freitas March 3, 2023

@Patricia Francezi feito ;) 

0 votes
Alexsandro de Freitas March 1, 2023

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

 

image.png

Patricia Francezi
Community Champion
March 1, 2023

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events