Adds one or more attachments to an issue. Attachments are posted as multipart/form-data (RFC 1867). Note that:Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
- The request must have a
X-Atlassian-Token: no-checkheader, if not it is blocked. SeeSpecial headersfor more information. - The name of the multipart/form-data parameter that contains the attachments must be
file.
- Browse Projects and Create attachments project permission for the project that the issue is in.
- If issue-level security is configured, issue-level security permission to view the issue.
External DocumentationTo learn more, visit the Jira documentation.
Parameters
| Parameter | Description |
|---|---|
| File Identifier | The file identifier of the attachment. You can create a file identifier using the Set File Variable action. |
| File Name | The name of the file. |
| Issue ID Or Key | The ID or key of the issue that attachments are added to. |