Skip to content

suth cards update cannot find cards on sprint boards #71

Description

@steveclarke

Bug

suth cards get CARD_ID resolves cards on sprint boards, but suth cards update CARD_ID fails with "Card not found."

Repro

# This works:
suth cards get 403 --json
# Returns full card data, board_title: "Sprint 12"

# This fails:
suth cards update 403 --archived -y
# Error: Card not found: '403'. Use 'suth cards list -b BOARD' to see available cards.

# Also fails with space/sprint context:
suth cards update 403 --archived -s 10 --sprint 12 -y
# Same error

Expected

suth cards update should be able to find and update any card that suth cards get can resolve, regardless of whether the card lives on a board or a sprint board.

Likely cause

The update command's card resolution logic probably only searches board-based card lists, not sprint-based ones.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions