Skip to content

Jira issue attachment(s) commands are missing #8

Description

@Tapematch

Summary

The jira issue attachments and jira issue attachment download commands seem to be missing from the CLI, even though they are documented.

Expected behavior

The following commands can be used to list and download attachments of Jira issues:

# List attachments on an issue
atlcli jira issue attachments PROJ-123

# Download an attachment by ID
atlcli jira issue attachment download 10001 -o ./downloads/

# Download by issue key + filename
atlcli jira issue attachment download PROJ-123 screenshot.png -o ./downloads/

The existing atlcli jira issue attach (upload) works fine.

References

Docs: https://atlcli.sh/jira/attachments/

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