Как можно настроить дорожную карту таким образом что бы задачи внутри эпика не показывались при завершении задачи (при переводе их в статус Готово)?How can I set up the roadmap in such a way that the tasks within the epic would not be shown when the task is completed (when they are set to the Done status)?
hi @Дмитрий Казмирчук
Welcome to the community.
You can achieve that easily by creating a quick filter and name it "Hide Completed Stories" with the below JQL
status != Done
Let me know if further illustration is needed
Cheers,
Karim
It looks like you're new here. Sign in or register to get started.