This is the Tipee backend for Taxi. It
exposes the tipee
protocol to push entries to Tipee.
taxi plugin install tipee
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).