Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturninoabril/mm-github-jira-utils
Utility to create/transfer issues to/from Github and Jira
https://github.com/saturninoabril/mm-github-jira-utils
Last synced: 1 day ago
JSON representation
Utility to create/transfer issues to/from Github and Jira
- Host: GitHub
- URL: https://github.com/saturninoabril/mm-github-jira-utils
- Owner: saturninoabril
- Created: 2019-07-07T15:19:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:33:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T00:18:15.188Z (over 1 year ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To get test cases from Google spreadsheet, credentials should be set and save at ``credentials/credentials.json``
1. Generate ``data/test_cases.json`` by ``node utils/spreadsheet.js``
- authenticate thru Google. Note that token will be saved at ``credentials/token.json``.
- verify no error and that the json file is created
2. Create Jira tickets and Github issues by ``node generate.js``
- verify no error
- In case of error, list all the Jira ticket numbers so it can be ran separately to create Github issues by:
- setting ticket numbers to ``JIRA_ISSUES``
- running ``node extra/create_github_from_jira_issue.js``