Introduction
This section contains routines that enable users to interact with Jira environment.
Routines summary
- attachFile — Add an attachment to a selected issue.
- attachFileFromURL — Adds an attachment located on an URL path to a selected issue.
- copyAttachment — Copies an attachment from one issue to another.
- copyAttachmentById — Copies the attachment for the provided id from one issue to another.
- deleteAttachment — Deletes the attachment for a given id or for a specified issue and file name.
- getAttachmentPath — Get the file path for the attachments with name <attachment name> attached to <issue key>.