git-ticket

Software Screenshot:
git-ticket
Software Details:
Version: 0.4
Upload Date: 20 Feb 15
Developer: Hiroyuki Tanaka
Distribution Type: Freeware
Downloads: 31

Rating: nan/5 (Total Votes: 0)

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.

Installation

From PyPI:

pip install gitticket

or github(unstable):

pip install -e git+https://github.com/aflc/git-ticket.git#egg=git-ticket

Usage

configuration

For github,

git config ticket.github.token < your_access_token >

To get your access token, try this:

git ticket github-authorize

For 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-authorize

For 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.name
git config ticket.service < service_name > # if no value, guess from origin url
git 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 ticket

git ticket list

show detail

git ticket show < issue id >

add a ticket

git ticket add

update a ticket

git ticket update < issue id >

comment to a ticket

git ticket comment < issue id >

close a ticket

git ticket close < issue id >

Requirements:

  • Python

Similar Software

gitli
gitli

12 May 15

bugtrack
bugtrack

3 Jun 15

Bugs Everywhere
Bugs Everywhere

20 Feb 15

roundup-cli
roundup-cli

14 Apr 15

Comments to git-ticket

Comments not found
Add Comment
Turn on images!