Hi,
I encountered a weird problem with mixed up sprints.
We manage multiple projects and each project has its own sprints (sprints are named differently (<Project_Name> | Sprint <Month>.<Year>) or something similar to that. But they all are never the same.
This issue happens again for a second time --the first time it happened was last year but it was too late to fix anything because the sprint had already started.
So, we create several sprints per project beforehand (5 or 6 sprints in advance). But there will always be one of the sprints gets mixed up with another project.
Following are what correct sprint names are supposed to look like:
Project A
Project B
But this is what we get:
Project A
Project B
Even if we delete the problematic sprint and create a new one in the correct project, in this example above -- we delete the Project A | Sprint 2.2025 from the Project B and create a new one in the Project B, the newly created sprint is incorrectly linked to the Project A. Then it would look like:
Project A
Project B
We check the Sprint ID of the problematic sprint, and they share the same Sprint ID across 2 projects. The same happens if we rename it -- the renamed problematic sprint gets updated in another project.
Has anyone ever enountered this? Do you know how to fix this?
Thank you in advance!
Hi @Dan Ny
Are you using JIRA DC or JIRA Cloud ?
On JIRA DC, Sprints are related to board, not project. A bord could cover multiple projects.
Regards
Thanks for your quick answer.
Based on the info below, I believe we're using DC
Installation Type | Standalone |
Server ID | XXXX-YYYY-ZZZZ-AAAA |
Last Upgrade | 01/Feb/19 2:31 PM (v6.4.8#64023) |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Most likely Project B | Sprint 2025.2 is displayed in both because you have a ticket from both project assigned to it, or at least from project A. It occur when there is the Sprint field in the create/edit screen and someone select the wrong Sprint.
For the naming issue, do you have something that create automatically them ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just checked our board (of each project), they are different -- meaning each project has it own board.
Project A
Project B
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes but if you do a JQL query like
project = Project A and Sprint = "Project B | Sprint 2025.2" do you have any issue returned ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, we both sprints of both projects have some tickets assigned to. It only happens to the immediate next sprint (not the sprints after that). I also need to point out that the start date of both Projects are not the same -- the next sprint of Project A starts in 2 days while the next sprint of Project B starts in 2 weeks.
No, we always manually create the sprint with the "Create Sprint" button. This time I created the sprints myself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I haven't tried the JQL query yet.
I just had a workaround solution where I moved all of the tickets assigned to Project A's problematic sprint to Backlog created a new sprint with a similar name and moved them to this sprint. I leave this problematic sprint empty for now until this sprint of Project A starts then I'll delete it later.
Then I will need to check if the said Sprint will also be deleted from Project B (which will start in 2 weeks). F
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the name include Project Name or it's just as example and they are both name the same in both project ?
If someone updated the Sprint field directly and add and issue from project A in the sprint you created in the board for project B, the Sprint for project B will be displayed in project A. As sprints are not related to project but boards.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.