Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Jira status

Michel
Contributor
February 13, 2022

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

2 answers

2 accepted

2 votes
Answer accepted
Nic Brough -Adaptavist-
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.
February 13, 2022

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.

Michel
Contributor
February 13, 2022

Hi @Nic Brough -Adaptavist-  Many thanks !!!

2 votes
Answer accepted
Pramodh M
Community Champion
February 13, 2022

Hi @Michel 

You could get the information from API - GET Issue

Here's a reference

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get

You will get the Issue Status in this API

Let me know if you have any queries

Thanks,
Pramodh

Michel
Contributor
February 13, 2022

HI @Pramodh M , thanks a lot !!!

Like Pramodh M likes this

Suggest an answer

Log in or Sign up to answer