Last Updated: Mar 8, 2023
Use this function to add an attachment to the ticket.
Add Attachment (token, url, username, issue_key, file_path)
| Input Parameter Name | Description |
|---|---|
| token | JIRA API token |
| url | JIRA URL |
| username | JIRA username |
| issue_key | Key of the Issue |
| file_path | Attachment path in client machine |
To know more about token, click here.
| Return Value | Description |
|---|---|
| Output |
|
Add Attachment (ABCDCEF, https: //yourusername.atlassian.net, yourname@gmail.com, EX-30, C:\Invoice\Invoice.pdf)
To view all the JIRA functions, click here.