项目作者: emumba-com

项目描述 :
Create a full backup (including files) of your projects on Assembla
高级语言: JavaScript
项目地址: git://github.com/emumba-com/assembla-exporter.git
创建时间: 2017-09-29T05:54:41Z
项目社区:https://github.com/emumba-com/assembla-exporter

开源协议:Apache License 2.0

下载


Assembla Exporter

Create a full backup of your data, including attachments and user lists.

Problem Statement

Assembla has two built-in data export methods, but both of those methods download only a subset of data, which is not enough.

This Project

This project uses Assembla API to extract following information:

  • spaces
  • spaceTools
  • users
  • tickets
  • milestones
  • ticketStatuses
  • tags
  • customFields
  • userRoles
  • documents
  • wikiPages
  • ticketComments
  • ticketTags
  • ticketAssociations
  • ticketAttachments
  • wikiPageVersions

It respects Assembla’s API limits, and lets you download your data in multiple sessions (by keeping track of progress).

Dependencies

You need to have Node and NPM installed in your system.

Getting Started

  • Clone this project
  • Run npm install
  • Rename configuration.template.js to configuration.js
  • Set your Assembla API key, secret and path to output directory in configuration.js.
  • Run npm start