Git Product home page Git Product logo

trello2jiracsv's Introduction

Trello2JiraCSV

A simple python script to convert free Trello json exports to a csv format ready for importing with Jira.

Usage

  1. Export your trello board to json: See instructions here
  2. Run Trello2JiraCSV.py --json path/to/export/trello.json
  3. path/to/export/trello.csv should now be created
  4. Follow Jira instructions here

Features

  • Cards become Jira Issues
  • All description, label and attachment data is carried over
  • Checklists of cards are created as subtasks of original issue in Jira
  • Resolution will be carried over if using "To Do" "In Progress" and "Done" lists (Could easily be customised)

Options

  • --list_as_component - Useful if list names in Trello are being used as categories, these will be used as components rather than resolution

Known limitations

Currently supports a maximum of 8 labels and 2 attachments per card. If you need more simply update the maxLabels/maxAttachments variables and the headerLine variable

To Do

Add pre pass to work our the maximum amount of attachments and labels and generate the headerline accordingly (See above)

Notes

This was a quick script to move over our existing workflow to Jira after having lots of trouble with the default Trello importer for Jira, hopefully it's of help to others!

Please feel free to contribute :)

trello2jiracsv's People

Contributors

harryr0se avatar unquietcode avatar

Watchers

James Cloos 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.