Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to call Jira API with access token from postman?

sirsendu_gope June 12, 2020

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

2 answers

1 vote
Rob Peterson
Contributor
August 16, 2023

sample URL but can be any of the API documented endpoints

2023-08-16_093710.png

1 vote
Rahul Kumar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 18, 2020

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

Suggest an answer

Log in or Sign up to answer