Forums

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

Filtro de Historias con SubTareas Finalizadas

Edgar Ruiz Diaz July 2, 2025

¿Como hago un filtro en Jira que me devuelva todas las historias que posea sin excepción, todas sus Tareas Finalizadas?

 

Es decir, si posee 4 tareas Finalizadas y una En Progreso, no debería el Filtro, traerme esa Historia.

1 answer

1 accepted

0 votes
Answer accepted
Walter Buggenhout
Community Champion
July 2, 2025

Hi @Edgar Ruiz Diaz and welcome to the Community!

Could you provide a little more context about what you want to use this search for? Is it related to a sprint, a certain time range, a project, ... ?

You can search in Jira for all stories and only completed sub-tasks like this:

Issuetype = Story OR (Issuetype = Sub-task and status = Done)

However, the returned sub-tasks are not necessarily linked to those stories. That depends on the bigger context of your search. So, if the above does not return the desired results, please provide additional details.

Hope this helps!

Edgar Ruiz Diaz July 2, 2025

Thank you @Walter Buggenhout  for your response.

Yes, I can provide more context.

In my case, I manage several teams and several projects, and our way of working is, for example, generating stories, which always have linked subtasks. When all the subtasks linked to the story are completed, that story is deployed to production.

Therefore, I need to easily identify, through a filter, which stories have all their subtasks completed, so I can schedule their deployment to production.

I haven't yet found a way to filter only stories with all their subtasks completed without exception.

Is this possible?

Walter Buggenhout
Community Champion
July 2, 2025

There is no straightforward option in Jira to simply search for that. But with that explanation in mind, you can definitely create a working solution for this with native Jira functionality. The best way to manage this, would be to actually build this into your process - which in Jira is your workflow.

I would suggest the following approach:

  • in the workflow you use for stories, add a status ready to deploy
  • add an automation rule that is triggered when a sub-task changes it status to done to transition the parent story to ready to deploy when all sub-tasks are completed

Once you have those 2 changes in place, you can easily find the stories you're looking for just by searching on that status.

The automation rule could look like this (I don't have the ready for deploy status in my test instance, so you'll need to adjust that - but I hope you see what I mean):

Screenshot 2025-07-03 at 04.41.36.png

Edgar Ruiz Diaz July 3, 2025

Hi @Walter Buggenhout , of course, I've already seen this automation rule,  and it's not what I'm looking for. I just want to filter what I need and then decide whether to deploy it or not.

So, doesn't Jira natively have what I need?

What can I do for this, other than automation? Just an application external of Jira?

Walter Buggenhout
Community Champion
July 3, 2025

No, Jira is not very good at searching dynamically across related work items. There are marketplace apps that extend JQL in this area.

Like Edgar Ruiz Diaz likes this
Edgar Ruiz Diaz July 3, 2025

Thanks!

Edgar Ruiz Diaz July 3, 2025

Hi @Walter Buggenhout ,
I have one last question: Can a notification set up in Automation be configured to send messages via Slack instead of email?
If the answer is yes, can you give me an example of what that would look like?

Suggest an answer

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

Atlassian Community Events