Forums

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

How do I write a filter for test cases that are not linked to a story?

Jeanette Kreutner
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 28, 2019

I am trying to figure out how to filter for test cases that are not linked to stories

 

How would I do that

1 answer

1 accepted

0 votes
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 30, 2019

Hello Jeanette,

Unfortunately, JIRA does not have a JQL parameter to return all issues which do not have linked issues.

This kind of query can only be achieved in JIRA Server by using a plugin, like JQL Search Extensions for JIRA.

The mentioned plugin provides the parameters LinksCount, that you can use to return the information you want:

linksCount = 0

You can check the documentation below for more details:

JQL Search Extensions Reference

Also, there are other plugins which provide you with similar functionality: Scriptrunner, JQL tricks, etc.

Let me know if this information helps.

Jeanette Kreutner
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 30, 2019

So do I understand you correctly that if we don't have Jira Server this is not available even with a plug in?

Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 31, 2019

Hello Jeanette,

Sorry, I think the wrong tag (JIRA-Server) was added in your question or I simply misread it.

The mentioned plugin (JQL Search Extensions) are available for both JIRA Server and Cloud with the same functionalities.

Here's the link to the JIRA Cloud version:

JQL Search Extensions for JIRA

Let me know if the proposed option works for you.

Suggest an answer

Log in or Sign up to answer