Attachment Routines

Attachment Routines

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

 This section contains routines that enable users to handle attachments.

Routines summary

  • attachFileAdd an attachment to a selected issue.
  • attachFileFromURLAdds an attachment located on an URL path to a selected issue.
  • copyAttachmentCopies an attachment from one issue to another.
  • copyAttachmentByIdCopies the attachment for the provided id from one issue to another.
  • deleteAttachmentDeletes the attachment for a given id or for a specified issue and file name.
  • getAttachmentPathGet the file path for the attachments with name <attachment name> attached to <issue key>.

See also