Redmine plugin
Plugin to create, update and delete tickets in a redmine project.
Introduction
Plugin to manage tickets for your Redmine projects.
Compatibility matrix
Systems where it has been tested CentOS 7, Fedora Systems where it should work Any linux...
Pre requisites
Required: Enable rest web services in redmine * Python3 * Module requests * In the binary ve...
Configuration
Web service rest must be enabled to use the plugin as it communicates with the API. To get to ...
Parameters
Parameters Method -m post,put o delete host -i, --ip site redmine token -t token API ...
Create ticket
Necessary arguments -m (post) -i (host) -t (token) -p (project id) -s (subject) -d (descr...
Update ticket
Necessary arguments -m (post) -i (host) -t (token) -p (project id) -tid (ticket id) -s (s...
Delete ticket
It will be eliminated by searching the request by id. Example manual execution: ./pandora_redmi...