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.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.