Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 548 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 548 Bytes

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