Forums

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

Filtering all testplans for a set of features

Mikael Carlander
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!
January 29, 2025

Hi

I am trying to list all testplans for a set of features, where the set of features is given by another filter.

For example:

type = "Test Plan [XRAY]" and "pSAFe Feature" in (saart-5360,saart-5265)

This gives me all xray testplans for the two features listed.

But what I want is a more dynamic feature list, based on a predefined filter.

Say I have a filter that returns all features and I call it "listOfFeatures", then I would like my queery to be something like: 

type = "Test Plan [XRAY]" and "pSAFe Feature" in (listOfFeatures)

The syntax above does of course not work, but if illustrates my intention.

Any suggestions?

 

Cheers Mikael

1 answer

0 votes
Francisco Fonseca _Xray_
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.
February 6, 2025

Hi @Mikael Carlander ,

Welcome to the community!

If I understood your question correctly you're looking from something like this:

filter = FeatureList AND issuetype = "Test Plan" AND labels = Feature_A

Best, Francisco

Suggest an answer

Log in or Sign up to answer