-
Suggestion
-
Resolution: Unresolved
-
None
-
3
-
Filters that search based on a Fix Version or Affects Version break after the related version is renamed.
Steps to reproduce:
- is duplicated by
-
JRACLOUD-79537 Renaming version causes existing Jira filter to break
- Closed
- is related to
-
JRACLOUD-76466 Jira should store the custom field details based on field ID instead of the field name
- Closed
-
JRACLOUD-79983 [Tracking in issue links] Various issues related to actions that cause broken Saved Filters
- Gathering Interest
+1
Until this is addressed, a workaround is to use the Release ID instead of the Release Name in your Filter JQL (e.g. Use fixVersion=1234 instead of fixVersion="Release ABC"). That way if the Release Name changes, the Filter will continue to work.
You can get the ID by navigating to Releases and clicking on the specific Release; You should see the ID in the URL...
https://yoursite.atlassian.net/projects/ProjectKey/versions/1234/tab/release-report-all-issues
I hope this helps. Cheers!