The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello
My case is I have a project with several teams on it and the sprint is running paralel.
so, it looks like this on the active sprint board:
- Sprint 25 Team X
- Sprint 25 Team Y
- Sprint 25 Team Z
I'm trying to make query for each team, but if I use sprint in openSprints (), it will return all of them. Any idea to make it specific? is there any substring function?
Thank you
How are you distinguishing teams? For example, with components, labels, etc. You can check the board filters to confirm this.
Once you know how the teams are distinguished, you may add that to your query. Let's assume you are using components, then the query would be:
project = myProjectName AND sprint IN openSprints() AND component IN ("Team X") ORDER BY Key ASC
Kind regards,
Bill
Hi Bill,
Nice idea. I think we missed this part, so we cant distinguish the backlogs
thank you.
regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use sprint = "Team X" to find all sprints containing "Team X" in the name.
Best,
Henning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
👋 Hi there Jira Community! A few months ago we shared with you plans around renaming epics in your company-managed projects. As part of these changes, we highlighted upcoming changes to epics on...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.