I want to fetch all today Task and insert these task into my MySQL database
Is there is any video guide or youtube video help me to understand the PHP library
thanks
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you!
README.md is the only documentation source available for this client?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes.
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.