Jira Rest API GET/POST Request with Postman | Create Jira Issues Tutorial

preview_player
Показать описание
This Jira tutorial will cover various ways to use Jira Rest API. Sending Get/Post requests with Postman to retrieve each Jira issue details as well as creating Jira issues. Let's get started!

This Jira tutorial is brought to you by namecheap

00:00 Introduction to Jira Rest API
05:16 Access Jira Cloud Rest API
12:02 Jira Clod Get Request
17:21 Jira Cloud Get Request in Postman
21:49 Jira Cloud Post Request in Postman
28:08 Assign Epic Link
30:57 Jira Server Rest API
34:17 Jira Server Get Request
39:17 Jira Server Get Request in Postman
40:32 Jira Server Post Request in Postman
44:05 Summary

All Jira endpoints in this video are documented here

Websites used in this video

COVID-19 Live Now URL

GitHub Repo

#jiraapi #jirarestapi #jirapostman
Рекомендации по теме
Комментарии
Автор

Summary to create new issue:

1. Login to In your JIRA account.
3. Save the API token for further use
4. Open postman
5. Create new post request
7. In Authorization Tab select Basic Auth
8. In username enter the email id which you used to login to JIRA
9. In password enter the API token created in step 2, 3
10. In Body Tab Select raw>JSON and enter below text there as it is:

{
"fields": {
"summary": "Create new issue in jira",
"project":{
"id": "10000"
},
"issuetype":{
"id":"10003"
}
},
"issuelist":{
"addto":[]
}
}

11. Send the request and the issue is created you get status code 201 created!

If it is your first ever project on JIRA then by default the id is 10000 according to what i observed.

vedashreeparanjape
Автор

This was very helpful and I was able to get everything working... great video!

slablife
Автор

AMAZING! Thanks for sharing. I've wasted hours in the documentation and could resolve my issue within a couple minutes with your video.

GusGuitarPD
Автор

All Jira rest API endpoints showed in this video can be found here
Timestamps
00:00 Introduction to Jira Rest API
05:16 Access Jira Cloud Rest API
12:02 Jira Clod Get Request
17:21 Jira Cloud Get Request in Postman
21:49 Jira Cloud Post Request in Postman
28:08 Assign Epic Link
30:57 Jira Server Rest API
34:17 Jira Server Get Request
39:17 Jira Server Get Request in Postman
40:32 Jira Server Post Request in Postman
44:05 Summary

honglytech
Автор

Very Very helpful and very well explained. Thaks

emanuelbarrionuevo
Автор

I am getting `405Method Not Allowed` at 24.15.
Not able to determine how to resolve.

ComodoDragon-slxd
Автор

@Hong Ly Can we create JIRA ticket under particular Kanban board through REST API ?

praseebkdas
Автор

I would like to see more Postman + Jira API tutorial. Fo example, modify existing tickets in Jira using postman. I'm new to Jira, Postman and general API's as well, this video helped me a lot and I would like to see more.

I-qbwg
Автор

DUDE!!!! I WANT TO KISS YOU RIGHT NOW!!! THANK YOU!!!!👏👏👏

TerenceMurphy
Автор

Thanks for the sharing. Is there anyway to connect to Jura align via api?

luckxn
Автор

Thanks for a very clear video.. Its really helpful to understand.

soumyamr
Автор

I'm getting 503 error but able to open jira page

santhoshnayak
Автор

This is the only video I found very helpful and describe each steps

kainatkhan
Автор

am getting error "errorMessages": [

"Issue does not exist or you do not have permission to see it."

],

"errors": {}

And im working with my Admin Account who creates the Project. Any Ideas? I created a new API token and still not working

aleksneso
Автор

Hi Can we use frontend application to call JIRA rest APi's... Like angular or react?

vipinsharma-zxcb
Автор

I am using chrome and when i enter the the URL for API it is not formatted just like yours. How to do that?

shedymandawe
Автор

Thanks, very helpful. But I have an issue. GET requests work like a charm, I get data without issue. As soon as I switch to POST, it stops working and I end up with an error message: "Site temporarily unavailable" and I'm trying to find what could be wrong and I can't figure it out.

Teerian
Автор

Hi, Can anyone share PostMan Collection for JIRA APIs, it would be very helpful for me to understand it easily?

ashwanigarg
Автор

can u make the video to login and create user in jira
in java

gopalbhupal
Автор

Hi, Can we integrate Excel with Jira?

manishkumarsingh
welcome to shbcf.ru