Skip to content

feat(jtk): port issue move command #36

@rianjs

Description

@rianjs

Port the issue move functionality from jira-ticket-cli PR #62 + #64.

Files to create:

  • tools/jtk/api/move.go - API client for bulk move endpoints
  • tools/jtk/internal/cmd/issues/move.go - jtk issues move and jtk issues move-status commands

Features:

  • jtk issues move <issue-key>... --to-project <project>
  • jtk issues move-status <task-id>
  • Uses Jira Cloud bulk move API
  • Key format: PROJECT,TYPE_ID (comma-separated)
  • Async operation with polling (--wait default, --no-wait option)
  • --notify flag, --to-type flag
  • Max 1000 issues per request

Source: open-cli-collective/jira-ticket-cli#62, open-cli-collective/jira-ticket-cli#64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions