-
Suggestion
-
Resolution: Unresolved
-
None
-
5
-
6
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem Definition
At times we will have releases that we never "release" and simply archive. JQL does not currently allow for excluding archived versions. I want to construct filters that will search 'active' releases. Using simply "unreleased" version doesn't work since archived versions are included. Example:
Project = xyz AND fixVersion is not EMPTY AND fixVersion in unreleasedVersions()...
It will be very usefull to be able to search issues for non archived versions only.
Suggested Solution
It would be great if i could add ...
... AND fixVersion not in ArchivedVersions()...
Workaround
None
- causes
-
JSWSERVER-16255 Issues are not cleared from the Done column in a Kanban board after releasing the version due to belonging to archived versions
- Gathering Impact
- duplicates
-
JRASERVER-41610 I would like to be able to use JQL to exclude Archived versions
- Closed
- is duplicated by
-
JRASERVER-66325 JQL to search the ArchivedVersions
- Gathering Interest
- is related to
-
JRASERVER-74998 Archived versions are missing from basic search
- Gathering Impact
- relates to
-
JRASERVER-25722 unreleasedVersions() shouldn't include archived versions
- Needs Triage
-
JRACLOUD-10692 Possibility to search issues for NON ARCHIVED or ARCHIVED versions
- Gathering Interest
-
JRASERVER-64868 Make Versions' fields accessible for JQL filtering
- Gathering Interest
- mentioned in
-
Page Loading...