Skip to end of banner
Go to start of banner

Jira integration

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Introduction

This section contains routines that enable users to interact with Jira environment.

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>.



  • No labels