Hm if this is just about viewing it, then you could try using a List view. This would need you to have a "Sprints" table though, which should be easy enough to do
![Screenshot 2023-03-10 at 8.40.10 PM.png Screenshot 2023-03-10 at 8.40.10 PM.png](/t5/image/serverpage/image-id/26233iF01E06EA166593EF/image-size/medium?v=v2&px=400)
![Screenshot 2023-03-10 at 8.40.03 PM.png Screenshot 2023-03-10 at 8.40.03 PM.png](/t5/image/serverpage/image-id/26234iDED8C5E8FC4E19CE/image-size/medium?v=v2&px=400)
If you specifically need it as a record so that you can key in data specific to that issue during that sprint, then you'll need to create a junction table of some sort where you end up with the following:
![Screenshot 2023-03-10 at 8.42.36 PM.png Screenshot 2023-03-10 at 8.42.36 PM.png](/t5/image/serverpage/image-id/26235i004F3FE4E00A145C/image-size/medium?v=v2&px=400)
And you could create an automation with the repeating groups functionality that would help you with this