通过Jira Rest API Node.js在Jira中发布附件

时间:2018-12-10 13:01:37

标签: node.js post attachment jira-rest-api

我有这段代码,是用nodejs编写的,并使用Jira REST API。我不知道这是什么错误,请帮助我!

var req = toolinfo+ 'rest/api/2/issue/' + defectid + '/attachments';

toolinfo.cnx.request('POST', req, null, { 'file' :'@'+filePath },callback);

我总是会收到此错误:

  

错误:uncaughtException:JSON中位置0上的意外令牌<< / p>      

错误:uncaughtException:JSON中位置0上的意外令牌<< / p>

0 个答案:

没有答案