How can I fetch all JIRA issues using PHP API & insert these task into a mysql database?

Santanu Basak December 30, 2019

I want to fetch all today Task and insert these task into my MySQL database

2 answers

0 votes
Abdul Qadir June 23, 2022

Is there is any video guide or youtube video help me to understand the PHP library 

 

thanks 

0 votes
Edwin Kyalangalilwa
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.
December 30, 2019

Hi @Santanu Basak ,

By using a client that interacts with the REST API. You can either create a script that goes through project by project or one that performs a JQL search of all issues.

https://github.com/lesstif/php-jira-rest-client

There's examples out there on how to connect to MySQL through PHP.

Umer Sheikh May 25, 2022

Thank you!
README.md is the only documentation source available for this client?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 25, 2022

Yes.

Like Umer Sheikh likes this

Suggest an answer

Log in or Sign up to answer