Skip to content

gnutix/taxi-tipee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tipee backend for Taxi

This is the Tipee backend for Taxi. It exposes the tipee protocol to push entries to Tipee.

Installation

taxi plugin install tipee

Usage

In your .taxirc file, use the tipee protocol for your backend.

[backends]
my_tipee_backend = tipee://app_name:app_private_key@instance.tipee.net/api/?person=person_id

To auto-generate taxi aliases, you can specify your JIRA projects as follow:

[tempo_projects]
infra = 10000
ops = 1000
dev = 100

The numbers represent the range of JIRA tickets being aliased (DEV-1, DEV-2, DEV-3, ..., DEV-100).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.6%
  • Shell 13.4%