Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvarrazzo/lh2gh
Convert tickets from Lighthouse to GitHub
https://github.com/dvarrazzo/lh2gh
Last synced: 22 days ago
JSON representation
Convert tickets from Lighthouse to GitHub
- Host: GitHub
- URL: https://github.com/dvarrazzo/lh2gh
- Owner: dvarrazzo
- Created: 2014-08-22T04:41:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-28T15:51:46.000Z (about 10 years ago)
- Last Synced: 2024-10-14T17:58:24.472Z (25 days ago)
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Convert tickets from Lighthouse to GitHub
=========================================The script works on the data generated by the export function in Lighthouse
(Settings and Payment -> Export) and generates data `in a format`__ that can
be imported in GitHub without using the API (with the help of their customer
support)... __: https://gist.github.com/izuzak/654612901803d0d0bc3f
Note that according to GitHub policy only members of the team can be
associated to the tickets.The script can remap some of the ticket numbers: if your project has some of
the ticket id allocated you can move overlapping lighthouse tickets to higher
numbers.You can provide a users mapping to map Lighthouse users to GitHub users and
provide a fallback account to associate tickets and comments of everybody else
(their name will be noted in the ticket/comment body).Use ``lh2gh.py --help`` to get all the script options. The file
``psycopg.options`` contains the options that were used to migrate the psycopg
project.