Export Project Issues to Webpage

Wouter Spaans 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 October 25, 2016

Thanks for reply!

And how can I use this in HTML or PHP?

Thanks!

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 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
TAGS
AUG Leaders

Atlassian Community Events