UploadAttachment
Upload an attachment to a specific Issue.
Input
Name | Type | Required | Accepts Input Streams | Description |
IssueId | String | False | False | The issue's ID. |
IssueKey | String | False | False | The issue's Key. |
FileLocation | String | False | False | The full path, including name and extension for the file that will be uploaded. |
Content | String | False | True | The file content as an InputStream to be uploaded as an alternative when FileLocation is not specified. |
FileName | String | False | False | The name of the file. If not specified the name will be the same as it is in the Jira user interface. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows whether the operation was successful or not. |