Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Web scraping on Jira Tickets

I have a project in which I need to extract the details of Jira tickets to implement in a database and start comparing them,

 

I need to use the web scraping selenium python to extract the data, is it feasible?
If yes can you please provide a method so I can continue the work,

 

Kindest Regards! 

3 answers

0 votes
ZunduLord
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Jul 24, 2023 • edited Jul 25, 2023

Using Selenium in Python for web scraping is definitely feasible for extracting Jira ticket details. You can navigate the website, locate the elements containing the data, and then extract and save the info to your database. When I needed data harvesting services for a similar project, I once used the guys at https://www.nannostomus.com/data-harvesting/. They did a great job, but I still prefer to try things on my own using Python whenever possible. Good luck with your project!

0 votes
Prince Nyeche
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Mar 08, 2023 • edited

What happened to simply export the tickets to a flattened file structure which you can use? To be exact use the advanced issue search of Jira to export the issues.

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 07, 2023

Hi,

i think this will be possible, the most easy thing will be to know each issue key. But my question is why you don't use the API ? Is more flexible and simple that selenium for me.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events