Coder Social home page Coder Social logo

jinson-and-johill's Introduction

Jinson & Johill

Jinson is a tool that takes the entities.xml file contained in the zip files generated by JIRA as backup archives, parses it, turns it to JSON and massages it to make it more easy to work with (eg. by nesting objects that should be nested instead of having a mess of not unique ids).

Johill takes the JSON output of Jinson and converts it to the JSON format used by Phill to import data in Phabricator.

By using Jinson, Johill and Phill it is possible to migrate projects and tasks from a JIRA instance to Maniphest (if you don't look too close).

Be warned: there are plenty of rough edges, a lot of stuff cannot be migrated and some stuff that could be migrated is ignored because we didn't care enough to bother. But it worked for us, so YMMV.

Usage

# extract the backup generated by the JIRA web UI
unzip JIRA-backup-20150401.zip -d JIRA

# tell johill the base URL of the JIRA instance, so that it can link back to the original issues
# also process the JSON to only leave the TST project and its tasks, in case
# you have multiple projects in JIRA that you don't care about
./jinson JIRA/entities.xml \
  | ./johill - --base-url https://jira.example.org/browse \
  | jq '{ projects: .projects | map(select(.id == "TST")), tasks: .tasks | map(select(.id | startswith("TST"))) }' \
  > JIRA/tasks.json

# ta-dah! fill Maniphest with useless chatter and let's go shopping
phill JIRA/tasks.json -v 2

jinson-and-johill's People

Contributors

em- avatar hschmale16 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.