Merge bd-0yzm-ace: GH#522 --type flag for bd update

This commit is contained in:
Steve Yegge
2025-12-16 01:15:11 -08:00
10 changed files with 1193 additions and 898 deletions

View File

@@ -87,6 +87,7 @@ type UpdateArgs struct {
Assignee *string `json:"assignee,omitempty"`
ExternalRef *string `json:"external_ref,omitempty"` // Link to external issue trackers
EstimatedMinutes *int `json:"estimated_minutes,omitempty"` // Time estimate in minutes
IssueType *string `json:"issue_type,omitempty"` // Issue type (bug, feature, task, epic, chore)
AddLabels []string `json:"add_labels,omitempty"`
RemoveLabels []string `json:"remove_labels,omitempty"`
SetLabels []string `json:"set_labels,omitempty"`