Retrieve issue status history from REST API and display on php

roshen perera February 14, 2018

I am using following two URLs and it working in browser

http://192.168.1.56:8090/rest/api/latest/issue/TCFV-2?expand=changelog

http://192.168.1.56:8090/rest/api/latest/search?jql=key=TCFV-2&expand=changelog

 

how can i get above URLs data to php site and display ? 

1 answer

1 vote
Thomas Deiler
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 14, 2018

Dear @roshen perera,

you want to display on another web server the result of the upper queries, right?

You have to code therefore a php script, that performs the query and displays the JSON data in a human readable form.

Best you continue with this article.

So long

Thomas

Thomas Deiler
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 14, 2018

And don't forget the 'accept', to indicate other readers your satisfaction.

Many Thanks

Thomas

Suggest an answer

Log in or Sign up to answer