Skip to content

verybada/bzjira

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%