Hi,
I have configured Jira software with my web app using OAuth and get the access key. Now I couldn't find anything how to call a jira api from postman using that access key. Can anyone help me on this step by step?
Thanks,
Sirsendu Gope
sample URL but can be any of the API documented endpoints
Hello Sirsendu,
You need to use the token generated under authentication -> password to access API's using postman.
Basically -
1. Use the required method and endpoint in header
2. In Authentication use your atlassian id and token
3. Provide the required payload for end point
Cheers,
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.