Skip to content

Commit

Permalink
Added more info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalvis Kolesnikovs committed Nov 15, 2019
1 parent 431dd3a commit 7b18f36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,13 @@ You can map users like this:
`jira_user=bugzilla_user`

2. You can map your status in bugzilla with argument `-s status-mapping.cfg` or `--status-file status-mapping.cfg`. File parsing will be the same as user file parsing.

## Known issues
* In older versions of bugzilla, you can't login using header values, so jou need to pass params instead of headers. (This issue is more bugsy problem)

## TO-DO List
* Add external field mapping, from file, or other place
* Add "Duplicate" or "Relate to" issue relation to jira
* Add different issue types, now is only "bug"
* Maybe add direct api import from bugzilla to jira, no need to generate csv file

0 comments on commit 7b18f36

Please sign in to comment.