-
Notifications
You must be signed in to change notification settings - Fork 1
feat(jtk): port attachments command #38
Copy link
Copy link
Closed
Description
Port attachment management commands from jira-ticket-cli PR #60.
Files to create:
tools/jtk/api/attachments.go- API clienttools/jtk/internal/cmd/attachments/attachments.go- Commands
Commands:
jtk attachments list <issue-key>jtk attachments add <issue-key> --file <path>(multiple--filesupported)jtk attachments get <attachment-id> --output <dir>jtk attachments delete <attachment-id>
API functions:
GetIssueAttachments,GetAttachment,AddAttachment,DeleteAttachment,DownloadAttachmentFormatFileSize,FlexibleIDhelpers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels