Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolshchikov/monday-jira-migration
Extract all pulses from Monday and create CSV in Jira format
https://github.com/bolshchikov/monday-jira-migration
csv jira mondaycom
Last synced: 21 days ago
JSON representation
Extract all pulses from Monday and create CSV in Jira format
- Host: GitHub
- URL: https://github.com/bolshchikov/monday-jira-migration
- Owner: bolshchikov
- Created: 2022-03-28T11:41:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T06:28:34.000Z (almost 3 years ago)
- Last Synced: 2024-11-21T03:43:13.748Z (3 months ago)
- Topics: csv, jira, mondaycom
- Language: TypeScript
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monday to Jira migration script
This is a relatively simple script with its sole purpose to read and map all pulses from [Monday.com](https://monday.com) and create a JIRA CSV file with the corresponding format.## How to add mapper
1. Go to `mappers` folder
2. Implement the mapping function
3. Use it in mapping flow## Migration check list
- [ ] Column `Type` should exist and each pulse must have a value
- [ ] Column `Epic` should have an assigned value, default epic `Generic`
- [ ] Pulses should have Estimations, default is `1`