-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.22.4, 9.4.0
-
Component/s: (Advanced Roadmaps) Search & Filters
-
8.22
-
2
-
Severity 3 - Minor
-
0
Issue Summary
Any issue that will be filtered by an currentUser() clause as part of the Issue Source board/filter will not be shown on the plan.
This is reproducible on Data Center: YES
Steps to Reproduce
- Create filter with JQL (plan Test 1)
assignee = currentUser() AND resolution = Unresolved ORDER BY updated DESC
- Create Plan with this filter as issue source
- Create filter with JQL (plan Test 2)
project in (ABC) AND statusCategory != Done
- Add this filter to the Plan
Expected Results
Plan is showing issues from both queries / issue sources
Actual Results
Plan is only showing the issues from second issue source (plan Test 2)
Removing the second issue source from the plan will revert back and show issues from the first issue source (plan Test 1).
Workaround
In case this is for a plan for one specific user, you can name that user instead, as this will work.
Otherwise there is no known workaround for this behavior. A workaround will be added here when available