The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Get Jira status

Michel MDM
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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 MDM
Contributor
February 13, 2022

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

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

Hi @Michel MDM 

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 MDM
Contributor
February 13, 2022

HI @Pramodh M , thanks a lot !!!

Like Pramodh M likes this