我可以使用 CURL 命令在 JIRA 中创建票证,并且可以方便地使用 json 数据。
curl -D- -u : -X POST --data @<filename> -H "Content-Type: application/json" http://<hostname>:<port>/rest/api/2/issue/
我现在正在尝试更新生成的票证的状态,但收到以下错误。
{"errorMessages":[],"errors":{"status":"Field 'status' cannot be set. It is not on the appropriate screen, or unknown."}}
卷曲命令:
curl -D- -u <用户>:<密码> -X PUT --data @data_update.txt -H "Content-Type: application/json" http://<主机名>:8100/rest/api/2/问题/MTF-3