git-ticket

Git and issue tracking system integration
Download

git-ticket Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Hiroyuki Tanaka
  • Publisher web site:
  • https://github.com/aflc/

git-ticket Tags


git-ticket Description

git-ticket is a git extension to help developers manage the issue/ticket tracking system.git-ticket supports github, bitbucket, and redmine.This tool is currentry under development state and not tested enough.InstallationFrom PyPI:pip install gitticketor github(unstable):pip install -e git+https://github.com/aflc/git-ticket.git#egg=git-ticketUsageconfigurationFor github,git config ticket.github.token < your_access_token >To get your access token, try this:git ticket github-authorizeFor bitbucket,git config ticket.bitbucket.token < your_access_token >git config ticket.bitbucket.token-secret < your_access_token_secret >To get your access token and access token secret, try this:git ticket bitbucket-authorizeFor redmine,git config ticket.redmine.token < your_apikey >git config ticket.redmine.url < your_redmine_root >And some other settings:git config ticket.name < your_account_name_for_a_service > # if no value, guess from user.namegit config ticket.service < service_name > # if no value, guess from origin urlgit config ticket.repo < repository_name > # if no value, guess from origin url or root derectory name.For Redmine service, you must set ticket.service=redmine.list a ticketgit ticket listshow detailgit ticket show < issue id >add a ticketgit ticket addupdate a ticketgit ticket update < issue id >comment to a ticketgit ticket comment < issue id >close a ticketgit ticket close < issue id >Product's homepage


git-ticket Related Software