You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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!
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!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.