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!
Community moderators have prevented the ability to post new answers.
Hi,
try to use REST API: /rest/api/2/search?jql=project="Your Project Key"
Thanks for reply!
And how can I use this in HTML or PHP?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have some code or examples for me? I am not an proffesioneel php'er.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.