download_all_attachments
Download all attachments from a specified JIRA issue to your local system. Simplifies file management and ensures quick access to related documents.
Instructions
下载JIRA问题的所有附件到本地
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_key | Yes |
Input Schema (JSON Schema)
{
"properties": {
"issue_key": {
"title": "Issue Key",
"type": "string"
}
},
"required": [
"issue_key"
],
"title": "download_all_attachmentsArguments",
"type": "object"
}