Gostaria de saber a JQL para: todos os épicos que estão abertos onde todas as filhas já foram concluídas, isso inclui tasks, historias, débitos técnicos, tudo o que estiver abaixo do épico
Olá Ana Vitória,
Infelizmente você não conseguirá fazer isso apenas com JQL nativo.
O software da equipe que trabalho, JQL Search Extension ajudará você a conseguir isso com a seguinte query:
issues in epicsOfChildrenInQuery("Project=X AND Status=Done") AND issues not in epicsOfChildrenInQuery("Project=X AND status !=Done") AND status != "Done"
Sinta-se à vontade para contactar nosso time de suporte se tiver mais questões sobre a query ou o plugin.
Atenciosamente,
Cristiano Alves
—-------------
Hello Ana Vitória,
Unfortunately, you will not be able to use native JQL for this.
In the app where my team works, JQL Search Extension for Jira, you can use the following query to achieve this:
issues in epicsOfChildrenInQuery("Project=X AND Status=Done") AND issues not in epicsOfChildrenInQuery("Project=X AND status !=Done") AND status != "Done"
Feel free to contact our support if you have further questions about this query.
Best Regards,
Cristiano Alves
@Ana Vitoria Rezende de Oliveira
Bem-vindo à comunidade Atlassian.
O que você deseja fazer com os resultados da consulta? Você precisa exibir as informações em um painel ou compartilhá-las com outras pessoas?
Se você tiver apenas os recursos nativos do Jira JQL, não será possível atender à sua necessidade. Para fazer isso com o JQL, você precisará adicionar um aplicativo de terceiros à sua instância do Jira para estender os recursos do JQL. Você já possui algum aplicativo desse tipo?
Se você não precisar usar a saída em um painel ou como base para outras entidades que exigem um Filtro Salvo, uma solução pode ser possível usando Regras de Automação. Nesse caso, você enviaria os resultados por e-mail para os destinatários pretendidos.
---
Hello,
Welcome to the Atlassian community.
What do you want to do with the results of the query? Do you need to show the information on a dashboard or share it with other people?
If you have only the native Jira JQL capabilities it is not possible to achieve your requirement. To do that with JQL you would need to add a third party app to your Jira instance to extend JQL capabilities. Do you have any such apps already?
If you don't need to use the output in a dashboard or as the basis for other entities that require a Saved Filter, then a solution may be possible using Automation Rules. In that case you would send the results via email to intended recipients.
How can I find epics that are in open status where all children are completed?
I would like to know the JQL for: all open epics where all children have already been completed, this includes tasks, stories, technical debts, everything below the epic
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.