Eu tenho um projeto que foi criado tarefas porém não foram vinculadas a nenhum épico, quando concluídos eles sumiram , como posso acha-los?
Olá @Nayara Cristine Duarte Gomes ,
Bem-vindo à comunidade Atlassian.
Você pode encontrar esses problemas usando a página Filtros > Exibir todos os problemas e o seguinte filtro:
project=X and Parent is empty and issuetype not in (epic, subTaskIssueTypes() ) and statusCategory=Done
O campo Pai é usado para acompanhar o pai de um problema. Isso rastreia o problema pai para subtarefas e o épico pai para problemas padrão. Se esse campo estiver vazio, o problema padrão não terá épico pai.
Você deseja apenas os problemas sem pai, onde os problemas não são subtarefas e nem épicos, então adicione uma verificação para o tipo de problema.
E você só quer que os problemas sejam resolvidos, então adicione uma verificação para a categoria de status.
- Todos os status são atribuídos a uma categoria de status. Todos os status codificados pela cor verde são atribuídos à categoria de status "Concluído".
---
Hello,
Welcome to the Atlassian community.
You can find those issues using the Filters > View All Issues page and the following filter:
project=X and Parent is empty and issuetype not in (epic, subTaskIssueTypes() ) and statusCategory=Done
The Parent field is used to keep track of an issue's parent. This tracks the parent issue for subtasks and the parent Epic for standard issues. If that field is empty, the standard issue has no parent epic.
You only want the issues with no parent where the issues are not subtasks and not themselves Epics, so add a check for the issuetype.
And you only want the issues that are done, so add a check for the Status Category.
- All Statuses are assigned to a Status Category. All Statuses that are color coded green are assigned to the "Done" Status Category.
How do I find completed cads that have not been linked to any epics in scrum format?
I have a project where tasks were created but they were not linked to any epic, when completed they disappeared, how can I find them?
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.