文件名称:mantisbt:更改工单状态的工具
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-30 14:01:43
Python
Install $ [sudo] apt-get install python-pip $ [sudo] pip install -r requirements.txt How to use 将ticket状态改为Suspend状态(缺省code为60) python mantis.py --wsdl="http://mantis.xxx.xxx/api/soap/mantisconnect.php?wsdl" --username=username --password=password --comment="工程师xxx以及在change id http://xxx/change/xxx 提交了本问题的补丁。" suspend 1234 1235 1236 将ticket状态改为Resolve状态(缺省code为80) python mantis.py --wsdl="http://m
【文件预览】:
mantisbt-master
----test.conf.example(163B)
----mantis.py(17KB)
----config.py(1KB)
----model.py(924B)
----readme.md(1KB)
----task.py(1KB)
----requirements.txt(81B)