How to create bulk issues in JIRA with Python REST API | Jira Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 15

  • @ProjectFlowAcademy
    @ProjectFlowAcademy 2 ปีที่แล้ว +1

    Really nice tutorial!

    • @void-dot-admin
      @void-dot-admin  2 ปีที่แล้ว +1

      Thank you very much ❤️

    • @ProjectFlowAcademy
      @ProjectFlowAcademy 2 ปีที่แล้ว

      @@void-dot-admin I just used your script at work today, so it saved me a lot of time. Thanks again :D Need to include it on my channel as well - keep posting man! You are doing great work!

    • @void-dot-admin
      @void-dot-admin  2 ปีที่แล้ว

      @@ProjectFlowAcademy that’s a nice thing to say. Thank you again 😁 I’m glad that I could help ❤️

  • @MunirAfridi-km9qi
    @MunirAfridi-km9qi 8 หลายเดือนก่อน +1

    can we create dynamic payload to update issue

    • @void-dot-admin
      @void-dot-admin  7 หลายเดือนก่อน

      Hello, yes for sure. There is a nice documentation on how you can use the issue_update jira API with python: atlassian-python-api.readthedocs.io/jira.html#manage-issues
      The above documentation is the one that helped me create the script from this video. You have all the necessary information there. I hope it helps.

  • @MunirAfridi-km9qi
    @MunirAfridi-km9qi 8 หลายเดือนก่อน

    if i want to update specific fields how can we create dynamic payload ?

    • @void-dot-admin
      @void-dot-admin  8 หลายเดือนก่อน

      Yes sure, there is also an API that enables you to update Jira issues. I don’t have access to my pc right now but in the following days I can look for some documentation on how to do it 🙏

  • @24viral
    @24viral ปีที่แล้ว +1

    can you do a tutorial with an Oauth?

    • @void-dot-admin
      @void-dot-admin  ปีที่แล้ว

      Hey, thanks for your suggestion. I can do that for sure but, can you be more specific on what kind of tutorial? You want to use python to create Oauth application link to connect Jira with another application?

  • @zubairshaikh8444
    @zubairshaikh8444 ปีที่แล้ว

    I’m getting a runtime error. My Jira is running on a server not a local machine

    • @void-dot-admin
      @void-dot-admin  ปีที่แล้ว +1

      Hello, it doesn’t matter where you run your jira, if your jira is a data center/server version this should work. Are you using by any chance Jira Cloud?

    • @zubairshaikh8444
      @zubairshaikh8444 ปีที่แล้ว

      @@void-dot-admin yes it’s a cloud

    • @void-dot-admin
      @void-dot-admin  ปีที่แล้ว

      @@zubairshaikh8444 I think this is the issue here. The script has been created and tested on jira server and data center. I don’t even know if this will be possible for cloud. I need to check

  • @silviuloghin7657
    @silviuloghin7657 2 ปีที่แล้ว

    👏👏👏