Gostaria de saber como faço pra filtrar issues que tiveram um determinado comentário e que esse comentário tenha sido cadastrado num determinado período de tempo.
Por exemplo: Filtrar issues que tiveram o comentário "CADASTRAR COMPONENTE" e que esse comentário tenha sido lançado no mês passado.
Hello @Gustavo Cardozo
Welcome to the community!!
As per my understanding, this can be accomplished using Automation. The following smart values can be used in the Automation rule to find the required issues.
{{comment.body}}
- Returns the body of the comment that triggered the rule, which can be looked for the required string
{{comment.created}}
- Returns the date and time of the comment, which can then be checked for the time frame
Please accept the answer if this helps.
Hello @Gaurav
Thanks but we doesn't use Automation at my company.
is there any other way?
Thans for anyway
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Gustavo Cardozo
I believe the smart values can be used in JQL, while mentioned in double quotes ("") but I have never used them, so not sure about it. I would suggest you try and share the findings.
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.