master
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%