Getting a Jira Issue via OAuth Authentication using Postman

半腔热情 提交于 2019-12-04 18:44:41

After little bit of research I found the answer. Once we get the access token we can directly pass that to your Jira Url. There is no need to pass all those parameters.

To get all issue types we can use the following URL and passing access token as an argument.

http://bmh1060149:8080/rest/api/2/issuetype?access_token=euyyIxB6q5waBHeZ9zB7kGV21GRNNOud

Please see the attached screen shot for more reference.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!