[INTRODUCTION]
QUESTON :
---------------------------------------------------------------------------------------------
[DESCRIPTION]
As per the above explanation, is there any way to NOT have to manually list all the existing SW Versions that we want to exclude in the result ?
This would need manual filter update when a new SW version released.
Could lead to errors, by forgetting to exclude some SW versions.
FILTER EXAMPLE :
project in (SPIC) AND issuetype = Bug AND component in (FEATURE_A) AND affectedVersion in (SW_3.8, SW_3.8.0) and affectedVersion not in (SW_2.0, SW_2.1, SW_2.1.1, SW_2.2, SW_3.0, SW_3.0.0, SW_3.0.1, SW_3.0.2, SW_3.1, SW_3.1.0, SW_3.1.1, SW_3.10, SW_3.11, SW_3.12, SW_3.13, SW_3.4, SW_3.4.0, SW_3.4.1, SW_3.5, SW_3.5.0, SW_3.6, SW_3.6.0, SW_3.6.1, SW_3.6.2, SW_3.6.3, SW_3.7, SW_3.7.0, SW_3.7.1)
GOAL :
Therefore here, to show all the BUGs initially raised on SW_3.8, SW_3.8.0
---------------------------------------------------------------------------------------------
[ADDITIONAL INFORMATION]