How To Get All Jira Issues For A Specific User Using Rest Api & Python|Tutorial 17

Поділитися
Вставка
  • Опубліковано 26 жов 2023
  • In the video, Ronnie from Total Technology Zone explains how to retrieve all issues assigned to a specific user in Jira using Python. He demonstrates the process step by step, starting with the creation of an API token and then building a Python script to interact with the Jira API.
    Ronnie uses the `requests` and `json` modules to make HTTP requests and parse JSON responses. He constructs the API URL with appropriate authentication and specifies the Jira query language (JQL) to filter issues assigned to the desired user.
    After making the request, Ronnie extracts the issue details, including their numbers, descriptions, and other relevant information. He then prints the retrieved data for verification, showing the user how to access the information they need.
    Throughout the video, Ronnie encourages viewers to subscribe, like, and share the channel's content while also providing feedback. He emphasizes the importance of practicing and writing code independently to gain confidence and expand one's knowledge.
    In conclusion, the video provides a practical guide on how to fetch Jira issues assigned to a specific user using Python, offering valuable insights for viewers.
    telegram channel link: t.me/ttyoutubediscussion
    github link: github.com/ronidas39/jira_aut...
  • Наука та технологія

КОМЕНТАРІ • 7

  • @quirinmoussoni4922
    @quirinmoussoni4922 Місяць тому +1

    Thanks a lot for this amazing tutorial 😊
    Do you know how to add expand=changelog on the JQL code to get issue history, so all the transition for each ticket ?
    For example : created --> in progress --> closed

  • @gopichandan6814
    @gopichandan6814 3 дні тому

    How to retrieve Zephyr test cases linked to the Jira issue through API ?

  • @SatyendraJaiswalsattu
    @SatyendraJaiswalsattu 9 місяців тому +1

    Thanks for the tutorial, i was searching for the same 😊

  • @user-su3zi7jd5v
    @user-su3zi7jd5v 6 місяців тому +1

    Hi, amazing video! Really help me, you now how i can get tasks status?

  • @jayeshpatel1914
    @jayeshpatel1914 2 місяці тому +1

    Thanks for making video, It has only give maximum 50 records, Do you know how we can get all the issues for any user ?