如何使用API​​创建Jira项目

时间:2019-07-22 19:41:22

标签: rest jira

如何使用API​​创建Jira项目?我尝试了以下操作,但不起作用

curl -X POST -H --basic --user "user:password"\
-H "Content-type: application/json" \
-H 'cache-control: no-cache' \
 https://abc-jira.com/rest/api/2/project \
 -d '{
 "key": "yur",
 "name": "yur",
 "projectTypeKey": "software",
 "Project description": "yur",
 "avatarId": 10200
 }'

0 个答案:

没有答案