I have to integrate one web application with jira by using web scraping,
how i can do it
can someone provide me the basic idea?
Integrating Jira with a web application using web scraping is an interesting challenge, but it’s definitely doable. I had a similar task once, where I needed to pull data from Jira and integrate it with another system. What worked well for me was web scraping using PHP. I used a PHP script to scrape specific data from Jira (like issue statuses or user details) and then push it into my web application. I found a helpful guide on Scraping Bytes that showed me how to handle authentication and set up the scraping process. It made the integration process much smoother!
@Hrushikesh Rajankar
Please add some more context to your request. If you can explain what you are trying to achieve, you are more likely to get a helpful answer in community forums.
Cheers,
Jens
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.