iceScrum | API - Export current project – iceScrum

iceScrum Forums Discutez d'iceScrum

6 sujets de 1 à 6 (sur un total de 6)

  • Auteur
    Messages
  • #10660

    Kagilum
    Maître des clés

    Hello, there are a way to export current project (zip format) using the iceScrum API?

    Thank you!

    Leo.

    #10956

    Nicolas Noullet
    Maître des clés

    Hello Leo,

    Yes there is a way. After having enabled Web Services on your project, use one of these requests:

    XML output:

    curl --header "Content-Type:text/xml" --user login:pass http://[server]/ws/p/[pkey]/project/0/export > export.xml

    ZIP output (XML + attachments):

    curl --header "Content-Type:text/xml" --user login:pass http://[server]/ws/p/[pkey]/project/0/export?zip=true > export.zip

    Nicolas

    #40912

    adrien.reveillere
    Participant

    Nice,

    Thank you Nicolas.
    Is there a complete API on Projects ? I cannot see it on the online documentation…

    #41014

    Nicolas Noullet
    Maître des clés

    Hi Adrien,

    There is no such API for the moment, but one should be available in the next major version which is due soon.

    #107065

    Christophe
    Participant

    Hi,

    Is it possible to use the Icescrum API (v6) to export projects with the V7 format ?

    #107248

    Nicolas Noullet
    Maître des clés

    Hi,

    This is possible in iceScrum R6#14.15. You can download it from the main download page (https://www.icescrum.com/download) or the migration guide (https://www.icescrum.com/documentation/migration-standalone/).

    The migration guide now provides an example use of the API to export to v7: API export to v7.

6 sujets de 1 à 6 (sur un total de 6)

Le forum ‘Questions and help’ est fermé à de nouveaux sujets et réponses.