Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to filter issues which don't have a certain parent name?

Giacomo Bach July 6, 2015
 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 6, 2015

Hi Giacomo,

     you could use the JQL search: https://confluence.atlassian.com/display/JIRA/Advanced+Searching

    The search could be something like this:

    project = "projectName" and issuetype=Sub-task AND parent not in ("XYZ-123")

  

0 votes
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 6, 2015

You can install Script Runner and use subtasksOf JQL function: https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-subtasksOf(Subquery)

Taking into account that by "name" you actually mean issue summary, the JQL will be like:

issueFunction in subtasksOf(summary !~ "Test name")
TAGS
AUG Leaders

Atlassian Community Events