iceScrum | API - Export current project – iceScrum

iceScrum Foros Discutir de iceScrum

Viendo 6 entradas - de la 1 a la 6 (de un total de 6)

  • Autor
    Entradas
  • #10660

    Kagilum
    Superadministrador

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

    Thank you!

    Leo.

    #10956

    Nicolas Noullet
    Superadministrador

    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
    Participante

    Nice,

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

    #41014

    Nicolas Noullet
    Superadministrador

    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
    Participante

    Hi,

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

    #107248

    Nicolas Noullet
    Superadministrador

    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.

Viendo 6 entradas - de la 1 a la 6 (de un total de 6)

El foro ‘Questions and help’ está cerrado y no se permiten nuevos debates ni respuestas.