Forums

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

Export Project Issues to Webpage

Wouter Spaans _Planning_ October 25, 2016

Hi,

How can I export an issue list from a project to a php/html website?

I want to make webpage that's shows only the issues from an specific project.

Thanks you!

2 answers

1 vote
Aleks Yenin (Polontech)
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.
October 25, 2016

Hi,

try to use REST API: /rest/api/2/search?jql=project="Your Project Key"

0 votes
Wouter Spaans _Planning_ October 25, 2016

Thanks for reply!

And how can I use this in HTML or PHP?

Thanks!

Nic Brough -Adaptavist-
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.
October 25, 2016

You'll need dynamic code (javascript or php) to actively issue a request to JIRA to give it the issues, then parse the result and reformat it for display.

Wouter Spaans _Planning_ October 25, 2016

Do you have some code or examples for me? I am not an proffesioneel php'er.

 

Thanks!

 

Suggest an answer

Log in or Sign up to answer