我需要在jira中自动创建问题,我在命令行中写了这个
C:\ WINDOWS \ system32> curl.exe -D- -u fred:fred -X POST --data @C:\ send.json -H“Content-Type:application / json”http://jira.XXXX:8080/rest/api/2/issu/
其中send.json包含要插入的数据,但我总是收到http / 1.1 401 Unauthorized错误
任何人都可以帮助我完成这项未授权吗?!
答案 0 :(得分:0)
您不必编写curl.exe只写:
curl -D- -H“授权:基本 [encodedusernamepassword here] ” - X POST --data @json.txt -H“Content-Type:application / json”“{{3 }}“
网址中不需要8080 .. 创建授权密钥: 在这里查找文档: http://abc.xyz.org/jira/rest/api/latest/issue