Hi,
There is several Jira Links on "my HTML-page".
I want to get the status of all the Jira-Task on loading / refreshing of the page.
How to do it ?
JavaScript, HTML, AJAX, ... no problem for me.
Thanks,
Michel
You'll need to use the REST API to read the status of the issues you are displaying from Jira and put that data on your page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Michel
You could get the information from API - GET Issue
Here's a reference
You will get the Issue Status in this API
Let me know if you have any queries
Thanks,
Pramodh
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.
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.