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.
Parameters
| Parameter | Description |
|---|---|
| File Identifier | The file identifier of the attachment. A file identifier represents a file created or referenced earlier in the workflow (for example, from a file action or another step that produces a file). See Using with Files in Workflows for more details. |
| File Name | The name of the file. |
| Issue ID Or Key | The ID or key of the issue. Can be obtained via the List Issues action. |