且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何创建一个问题到JIRA thorugh REST API?

更新时间:2022-03-17 09:46:33

我解决了我的问题。我对我的代码做了小改动,我的代码是成功的。
我改变了url。

I have solved the my problem. I made small changes in my code and my code is working successfully. i changed the url.

Old Url: https://MyCompany.atlassian.net/rest/api/2/issue
new url: https://MyCompany.atlassian.net/rest/api/latest/issue

在issuetype名称是Bug,这是目前无法在我的帐户,目前在我的帐户TASKissuetype是可用的,所以我将issutype名称从Bug更改为任务。现在它的工作成功!,感谢上帝它杀了我很多时间。 Sad:(

in Json i made small change, in the "issuetype" name was Bug, which is currently not available in my account, currently in my account "TASK" issuetype is available so i changed issutype name from "Bug" to "Task". Now its working successfully!, thank god it killed my lot of time. Sad :(

感谢Abdurrahman Koken。:)欢呼!

Thanks Abdurrahman Koken too. :) cheers!