I am trying to list projects that are in JIRA and I did find a snippet of code but currently it is returning nothing.
Is there a simple way to list projects using php and the JIRA rest api?
I know this this is snippet of code from a different post, but I did get the snippet to the point of not returning an error.
$response = file_get_contents("http://localhost:8082/rest/api/latest/project?expand&username=$username&password=$password");