pub fn extract_task_id(branch: &str) -> Option<ResolvedTask>Expand description
Extract a task ID from a branch name, or None if no pattern matches.
CU- matches take precedence over custom IDs; first match wins within each.
pub fn extract_task_id(branch: &str) -> Option<ResolvedTask>Extract a task ID from a branch name, or None if no pattern matches.
CU- matches take precedence over custom IDs; first match wins within each.