Support

 View Only
  • 1.  Exporting attachments

    Posted 09-21-2022 10:12
    During our development we've attached multiple files to differing objects (Requirements, Test Cases, etc).  Unfortunately, when trying to export these objects the attachments are not included.

    Is there a way to export all Attachments in a project to a ZIP file?  In this way, we can just have a common blurb, "for any attachments, refer to ZIP.file"?  Looking around the Admin panel for a project, I can view all the attachments, I can view/download each individual attachment, but I don't see an option to EXPORT attachments?

    I was looking at Velocity reports, however, that seems to only include information about the file (name, date, etc).  Surely this isn't the first instance of JAMA and attachment management?

    ------------------------------
    Chris Bomicino
    Amazon
    ------------------------------


  • 2.  RE: Exporting attachments

    Posted 09-21-2022 13:11
    Hi Chris,

    you can use the REST API.
    • GET /abstractitems -> get the list of attachments for the desired project
    • either GET /files or GET /attachments/{attachmentId} -> download the file
    Best regards,

    ------------------------------
    Alessandro
    Systems Engineer
    SICK AG
    ------------------------------



  • 3.  RE: Exporting attachments

    Posted 09-21-2022 13:31
    Ah, thanks, will start digging in now.

    ------------------------------
    Chris Bomicino
    Amazon
    ------------------------------