fix(kanban): scope default assignee fallback by board#71124
Open
0bkevin wants to merge 2 commits into
Open
Conversation
- Pass default-assignee board policy through CLI and gateway - Prevent direct dispatch callers from bypassing board authorization - Add coverage for allowed and denied board fallback assignment
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Scopes the gateway and CLI
kanban.default_assigneefallback to explicitlyauthorized Kanban boards.
The machine-wide singleton dispatcher still scans every active board for cards
that already have an explicit assignee. Only the mutating fallback for
otherwise-unassigned Ready cards is restricted.
kanban.default_assignee_boardssupports:["default"]— compatibility default[]— disable fallback assignment["*"]— deliberately allow fallback on every boardFallback assignment events now record the responsible dispatcher profile and
the matching routing rule.
Related Issue
Fixes #70805
Type of Change
Changes Made
How to Test
default_assigneevalues and boardlists.
scripts/run_tests.sh.Validation
tydiagnostics relative tomain.git diff --checkand Python bytecode compilation passed.Checklist
Code
Documentation & Housekeeping
cli-config.yaml.example.