Trying to create a report that would exclude one FixVersion from all current (Default Members) FixVersions and be future proof when new FixVersion is added.
What does "one FixVersion from all current (Default Members) FixVersions" mean?
"one Fixversion" makes sense - you could say "not version 42", but the "from" needs to be explained?
Here is what I am trying to do
I would like to Define through a calculated member as below
[Fix Version]DefaultMember] NOT [Fix Version][Spring 2019] NOT [Fix Version][5.2.0]
I want to exclude few versions from the Default list of Fix Versions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure I understand what the 'Default list of Fix Versions' is or what 'Default Members' refers to. From what I am able to piece together, you want to include all fix versions with the exception of one or two? I'd have to go back to @Nic Brough -Adaptavist-'s suggestion--you would simply say "fixversion NOT 42" or "fixversion NOT IN (42, 'Spring 2019')" if you wanted to exclude multiple.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Haha, oops--guess I should pay more attention =)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.