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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.