Attach a file
attach_fileUpload a file and attach it to an issue, a comment, a doc or a project. Returns a url you can put in markdown, for example .
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The file bytes, base64 encoded, up to 4MB decoded. | |
| fileName | Yes | Name to store the file under. | |
| parentId | Yes | Id of the issue, comment, doc or project. Issue identifiers are not accepted. | |
| parentType | Yes | What the file hangs off. | |
| contentType | Yes | Mime type, for example "image/png". |