Files
2026-08-06 10:15:50 +02:00

380 B

giteapi

Creates ticket from command line

Relies on a ~/.gitapi in bash format:

server=url of gitea server
token=application token - read write access to issues
repo=name of repo
user=repo owner

Usage:

Interactive use: just run the script

Non-interactive: script will accept following command line arguments:

  1. client
  2. ticket title
  3. ticket body