09fe38a4d21dc2d0f0acabde1dfc095b99b542f9
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:
- client
- ticket title
- ticket body
Languages
Shell
100%