Hi,
We have a setup with multiple teams working from on product backlog that sits in one JIRA project. Each team has their own scrum board in JIRA, that shows all issues assigned to that team - this is done by setting component(or it could be a custom field).
When I start a sprint "Sprint 1" I would need to do that for each team/scrum board. All teams are working on the same iteration dates. Consequence of this will be that I have multiple sprints called "Sprint 1" with the same dates.
This creates problems when doing JQL searches for "Sprint 1", since each sprint is unique and has a different id. This means that can't do a summary of all ongoing work for "Sprint 1" and future Sprint 2, 3 etc. Of course I can hard-code all the identifiers after manual search, but it feels wrong.
I see some ways forward here:
- Either there should be a relation, so that JIRA understand that "Sprint 1" for Team A is the same global iteration as for Team B. Like a project sprint.
- OR that JQL queries should be smarter so they don't need the identifier, just that I search for "Sprint 1" and then it find all X number of sprints.
- OR that I'm using JIRA Agile in the wrong way when having multiple teams working from one backlog(=one project).
Any input?
Johan