-
Type:
Suggestion
-
Resolution: Won't Fix
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
In our pretty large organization, more and more teams use sprints and usually have their naming convention.
To setup the board, we mostly rely on components, but sometimes multiple components are used and, then the issue can be added in another team's sprint.
This can "pollute" the team dashboard by showing other teams' sprints, sometimes also pollutes dashboards showing current sprint burndown, because their sprint comes first in priority.
The way I found so far is to exclude some components, but it's not an ideal solution, since those issues then completely disappear from the board, while not being worked on yet.
Similarly to components, where we have component in (componentsWithString(...)), I'd like to be able to filter the sprints by a given pattern, so that the query would look like this:
project = ABC AND component = XYZ AND (Sprint is EMPTY or Sprint in (sprintsWithString("MySprintPattern - "))
- with pre-condition that all my sprints contain MySprintPattern - }} pattern, for instance {{MySprintPattern - 01, MySprintPattern - 02, etc.
- this basically means, once the issue of my component is assigned to another teams' sprint, then only the issue would disappear from my board
- is related to
-
JRASERVER-62383 Add "sprintsWithString" JQL function to be able to filter sprints by their name
- Closed