Add sprint and task type filters to automatic sprint task board creation#22177
Merged
myabc merged 2 commits intofeature/69139-sprint-task-boardsfrom Mar 5, 2026
Merged
Add sprint and task type filters to automatic sprint task board creation#22177myabc merged 2 commits intofeature/69139-sprint-task-boardsfrom
myabc merged 2 commits intofeature/69139-sprint-task-boardsfrom
Conversation
13 tasks
Co-authored-by: myabc <755+myabc@users.noreply.github.com>
Contributor
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. |
Copilot
AI
changed the title
[WIP] WIP Address feedback on automatic sprint task board creation
Add sprint and task type filters to automatic sprint task board creation
Mar 4, 2026
Contributor
|
@copilot Remove type filter .. it's not needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
Original PR: #22086
Addresses: #22086 (comment)
What are you trying to accomplish?
TaskBoards::CreateServicewas creating a status board with queries scoped only to the project — showing all work packages grouped by status, rather than those belonging to the specific sprint and task type. This makes the board useless as a sprint task board.What approach did you choose and why?
Added a
sprint:keyword argument through the service's public interface (ensure,call,create) and added two filters to every query created bycreate_queries:The controller already had
@sprintavailable — it just wasn't being passed to the service. No structural changes were needed beyond threading the parameter through and applying the filters.Merge checklist
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.