I would like to create a filter that will return the following results:
Project: ABC
Issue Type: Sub-task
Issue Type of Parent Task: XYZ
Hello, Christoffer
Jira does not provide a direct way to make this search. Having said that, this is achievable by third-party add-ons that add different searching functions such as ScriptRunner for Jira.
After installing the add-on, on your dashboard go to “ScriptRunner Enhanced Search”.
This query will get all sub-tasks whose parents have a type defined by a subquery and it should return the results you want:
project = ABC AND issueFunction in subtasksOf("project = ABC AND type = XYZ”)
I’d recommend checking out the documentation for Scriptrunner for Jira for further description of its features.
Please, let me know if this worked for you and be sure to ask if you have any question.
Cheers!
why?
I spent over 30 minutes attempting to find the answer. Apparently Jira used to allow this type of query. Many people need this feature. Why did you guys remove it and ask us to buy a separate plugin?
Are you guys owned by Apple now?
this is NOT an acceptable answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ditto. Been searching for this myself. ScriptRunner would cost me an additional $75/month based on my licenses just to run a simple query to check against a parent story.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1, this is very lame
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Guys, I used this query and it returned all my sub-tasks. Hope this might help
project = ProjectName AND issuetype not in standardIssueTypes()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.