根据这篇文章的说法,简单地像http://localhost:8080/rest/api/2/issuetype?access_token=YLebKLCapdv0KOPhZhu65dAUsLBTfPGx一样传递它Getting a Jira Issue via OAuth Authentication usingPostman是行不通的
到目前为止,我一直使用JIRAAPI for Python连接到JIRA,如下所示: from jira import JIRA
options = {'server': 'http://it.company.com之后,这个脚本就不再起作用了。我得到以下错误消息: SSLError: HTTPSConnectionPool(host='it.company.com', port=443): Max
我试图使用令牌对JiraREST进行身份验证,但是我得到了一个错误,即Basic authentication with passwords is deprecated。我如何告诉JiraAPI,我使用的是令牌而不是密码的基本身份验证?application/json",}
projectKey = "NETOP-1987&q
我正在使用RESTapi更新一个自定义字段(customfield_10706)列表(在下拉列表中添加更多选项)。我使用的是/rest/api/3/customField/10706/option body is, { {
"value": "Added via API121212但我不确定它是添加到哪个项目中,因为在J