So our team has a kanban board but has no sprints, and I wanted to get all the data in our board. However, when I try filter it by either status or updated (date). I also get tickets that are NOT in our board, but have the similar status in my filter and updated within the date range I selected.
Hi @Ariele
You could create a Kanban board based on a filter to show issues that are not assigned to any past, current, or future sprint; i.e. your task For that you would use this filter:
issueType=Task and Sprint is empty
You could create a Kanban board based on a filter to show issues that are assigned to future sprints. For that you would use this filter:
sprint in futureSprints()
@Ariele have this helps to solve your query
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ariele welcome to the Atlassian Community!
When creating an agile board, you'll need to choose what to include in the board (scope).
This can be:
Does your kanban board contain issues from a single project or from multiple projects?
Please check your board configuration first to determine which issues are included.
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.