Interface TicketAttachmentService

    • Method Detail

      • addAttachmentFromUploadedResource

        String addAttachmentFromUploadedResource​(String spaceGroupId,
                                                 String uploadId)
                                          throws Exception
        Parameters:
        spaceGroupId - space group id
        uploadId - attachment upload id
        Returns:
        The saved attachment id
        Throws:
        Exception
      • addAttachmentFromExistingResource

        String addAttachmentFromExistingResource​(String attachmentId)
                                          throws Exception
        Parameters:
        attachmentId - saved attachment id
        Returns:
        The saved attachment id
        Throws:
        Exception