Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve issue status history from REST API and display on php

roshen perera
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 Champion
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 Champion
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