Forums

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

Get delivery progress from Discovery in JIRA API - aggregatedprogress

Thomas Vial August 6, 2024

Hi,

I'd like to retreive this information from the JIRA API.

Capture d’écran 2024-08-06 à 12.16.11.png

When looking at this "idea" using the API, I can see some interesting fields but always with a "0" value.

"aggregateprogress": { "progress": 0, "total": 0 },
"progress": { "progress": 0, "total": 0 },

Any idea on how I can get this info?

I would expected to see "6" for progress and "8" for total in "aggregatedprogress"

Thanks!

 

1 answer

0 votes
Bill Sheboy
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.
August 6, 2024

Hi @Thomas Vial 

Apparently that information is not available with the public REST API yet.

One workaround would be:

  • using a multiple-project or global scope, automation rule
  • use the Lookup Issues action with JQL on the linked "implements" issues, and based on their type, gather their child issues also
  • use their statusCategory counts to calculate the progress

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events