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

preview_player
Показать описание
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.

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

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

SatyendraJaiswalsattu
Автор

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

quirinmoussoni
Автор

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

gopichandan
Автор

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

jayeshpatel
Автор

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

RobertaSabino-yj