Combine multiple filters for synchronization
Say I have two members in a structure, Epic1 and Epic2. I created two filters, Epic1 Resolved Bugs, and Epic2 Resolved Bugs, and created synchonized filters accordingly. Now I see all the Epic1 resolved bugs under Epic1, and Epic2 resolvedbugs under Epic2, as expected. Now I just want to see resolved bugs fixed at a certain version. I'll have to edit each filter to accomplish this. It'd be nice if I can AND a "Fixed by VersionX" filter to ALL the filters, and then just change this filter everytime.
waiting for response
-
Ok, good point. So would you like us to do anything to improve the user experience, or can I close this request?
Igor
-
Chris F commented
I believe this feature is now built into JIRA, with the filter = "some filter" JQL. So I can create a filter that does this
FixVersionFilter: FixVersion = Version1
ResolvedFilter1: reporter=Reporter1 and status=resolved and filter="FixVersionFilter"
ResolvedFilter2: reporter=Reporter2 and status=resulved and filter="FixVersionFilter"So now if I want ot change the version to filter for both ResolvedFilterN's, I just change ONE filter.
-
Chris, thanks for your feedback.
Question: do you need to *see* resolved bugs for a certain version? That is, you don't need to remove the other bugs from the structure, only filter the structure?
In that case, you can use Structure's filtering feature described here: https://wiki.almworks.com/x/cABy
Please let me know if that does not solve this issue.
Igor