HarryChen / bzjira

0 stars 8 forks source link

Bugzilla to JIRA

Convert Bugzilla or Mantis issue to JIRA issue using JIRA RESTful API.

Usage

python -m bzjira -b \<Bugzilla URL> -j \<JIRA URL> -k \<PorjectKey> \<Bugzilla ID>

python -m bzjira -m \<Mantis URL> -j \<JIRA URL> -k \<PorjectKey> \<Bugzilla ID>

This tool is able to load the credentials from inside the ~/.netrc file, so put them there instead of input on console.

netrc file format

machine login password

e.g. machine jira.myqnapcloud.com login harrychen password fakepassword