You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am trying to create a new filter where I can look at the active bugs in a sprint.
The issue is that I do not want to go back and update the filter with the name of the new sprint each time we close out the previous sprint.
Is there a filter that will allow me to show just what is being worked on during the active sprint? Burn down charts allows you to chose what is to be shown by giving you an option of "Next Sprint Due (auto)". Can this same logic be applied to creating a filter?
I used
Sprint in openSprints() AND Sprint not in futureSprints()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have tasks that started in team A in "SprintTeamA 1"
but were not completed. Now the tasks in team B are processed
in "SprintTeamB 2". If I want to display all tasks of team A
in the active sprint, the old tasks are also displayed.
I used this filter:
Sprint in openSprints() AND Sprint not in futureSprints() and Sprint = SprintTeamA
I would like see this:
Sprint = active Sprint TeamA ("SprintTeamA 2")
I use the filter in a dashboard and don't want to adjust the sprint every time.
What´s wrong?
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.
You can use the openSprints JQl function. See https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html#Advancedsearching-functionsreference-openSprintsopenSprints() for more details.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am getting below error
An option provided by the function 'openSprints' for the field 'Sprint' does not exist.
Any suggestions
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.