Actions
Add Attachment
Adds one or more attachments to an issue. Attachments are posted as multipart/form-data (RFC 1867).
Note that:
- The request must have a
X-Atlassian-Token: no-check
header, if not it is blocked. See Special headers for more information. - The name of the multipart/form-data parameter that contains the attachments must be
file
.
This operation can be accessed anonymously.
Permissions required:
- 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. 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. Can be obtained via the List Issues action. |
Example Output
Workflow Library Example
Add Attachment with Jira Data Center and Send Results Via Email
Preview this Workflow on desktop