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!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.