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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 56

  • @GusGuitarPD
    @GusGuitarPD 2 года назад +4

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

  • @I-qb9wg
    @I-qb9wg Год назад +1

    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.

  • @kainatkhan2459
    @kainatkhan2459 3 года назад +1

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

  • @breno1754
    @breno1754 3 года назад

    What an example of a class, thank you so much from 🇧🇷

  • @zhaowencheng8690
    @zhaowencheng8690 3 года назад

    Best Jira tutorial with postman online!!

  • @soumyamr2355
    @soumyamr2355 3 года назад +1

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

  • @aravinddesikamani
    @aravinddesikamani Год назад

    Thank you very much for this tutorial! This saved me a lot of time

  • @honglytech
    @honglytech  4 года назад +2

    All Jira rest API endpoints showed in this video can be found here
    honglytech.com/jira/jira-rest-api
    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

  • @SJ-rg7oj
    @SJ-rg7oj 3 года назад

    Thank you for making this video helped in a simple way to understand GET and POST

  • @slablife
    @slablife 3 года назад

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

  • @bdmtnz
    @bdmtnz 3 года назад

    First comment in Spanish: Bro excelente video, te mereces el sub.

  • @sauravbv
    @sauravbv 3 года назад +2

    Very helpful, Thank you.

  • @yashwanthks9711
    @yashwanthks9711 Год назад

    Thank you very much, this session is very informative

  • @bookmark2846
    @bookmark2846 Год назад

    Really helped me. Thank you!

  • @emanuelbarrionuevo1345
    @emanuelbarrionuevo1345 3 года назад

    Very Very helpful and very well explained. Thaks

  • @naveentech1388
    @naveentech1388 3 года назад

    Thanks Hong!! Very helpful keep going

  • @sabrinekammoun9646
    @sabrinekammoun9646 Год назад

    thanks it saved my life

  • @praseebkdas25
    @praseebkdas25 3 года назад +1

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

  • @vedashreeparanjape3881
    @vedashreeparanjape3881 4 года назад +3

    Summary to create new issue:
    1. Login to In your JIRA account.
    2. Create API token here: id.atlassian.com/manage-profile/security/api-tokens
    3. Save the API token for further use
    4. Open postman
    5. Create new post request
    6. enter url: enteryourid.atlassian.net/rest/api/3/issue
    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!
    Note: Make sure your project id is 10000. If not sure about your project id first get the project id sending the GET request to enteryourid.atlassian.net/rest/api/3/project.
    If it is your first ever project on JIRA then by default the id is 10000 according to what i observed.

  • @tavomena3054
    @tavomena3054 3 года назад

    This was a very helpful video! Thanks

  • @ComodoDragon-sl7xd
    @ComodoDragon-sl7xd 9 месяцев назад

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

  • @orkhanmammadli1
    @orkhanmammadli1 2 года назад

    thank you, great tutorial!

  • @ThePrashant13feb
    @ThePrashant13feb Год назад

    Thanks, This was helpful :)

  • @lego2390
    @lego2390 2 года назад

    Thank you, cool video!!

  • @shedymandawe3327
    @shedymandawe3327 2 года назад

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

  • @Teerian1
    @Teerian1 3 года назад

    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.

  • @ignacioparellada4117
    @ignacioparellada4117 Год назад

    What tool do you use, that allows you to see the request tidy? Thanks!

  • @aleksneso634
    @aleksneso634 3 года назад

    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

  • @samutsaritv6801
    @samutsaritv6801 3 года назад

    What if I have thousand of users should I create them all a token?, that's not feasible
    I need only to pass on the current email to create an issue

  • @santhoshnayak123
    @santhoshnayak123 2 месяца назад

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

  • @stemi5601
    @stemi5601 2 года назад

    Thank you.

  • @geraldgrogan
    @geraldgrogan 3 года назад

    Thanks for the great video

  • @stefanregensburger1336
    @stefanregensburger1336 3 года назад

    Thank you for the helpful video!
    I am trying to reach the structure plugin via the rest/api in order to send a post request to change the structure.
    Do you know how to access the json file?

  • @shivaprasad2033
    @shivaprasad2033 3 года назад

    Thank You Very Much..👍

  • @BarkvilleStories
    @BarkvilleStories 4 месяца назад

    nice man

  • @luckxn
    @luckxn 2 года назад

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

  • @vipinsharma-zx9cb
    @vipinsharma-zx9cb Год назад

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

  • @jaguartechm
    @jaguartechm 4 года назад +1

    i am getting error "errorMessages": [
    "Issue does not exist or you do not have permission to see it."
    ],
    "errors": {}

    • @sharru444
      @sharru444 3 года назад

      I am getting the same issue. Were you be able to solve it ?

    • @MrDBH72
      @MrDBH72 3 года назад

      I am getting the same error. Is there a solution for this?

    • @0xbitbybit
      @0xbitbybit 3 года назад +3

      read the problem guys, you need to be given permission to access the api from your admin

  • @manishkumarsingh1083
    @manishkumarsingh1083 2 года назад

    Hi, Can we integrate Excel with Jira?

  • @user-ze9ob4zs1l
    @user-ze9ob4zs1l 2 года назад

    Nice !!

  • @gopalbhupal3890
    @gopalbhupal3890 2 года назад

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

  • @reggaeversevisuals
    @reggaeversevisuals 3 года назад

    am able to create project (software) with REST on JIRA server, how do make sure its a Scrum project??

    • @honglytech
      @honglytech  3 года назад

      Hi Wainaina, you can take a look here to find the differences
      www.atlassian.com/agile/tutorials/creating-your-agile-board

  • @hellotima103
    @hellotima103 3 года назад

    how do I GET JIRAs from a widget or a filter?

  • @LubnaIsrar1886
    @LubnaIsrar1886 3 года назад

    How to add attachment in jira using rest api

  • @ashwanigarg115
    @ashwanigarg115 3 года назад

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

  • @TerenceMurphy
    @TerenceMurphy Год назад

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