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 Champions.
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

Andreas Evers
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 8, 2025

Hi Bill,

Thanks for your suggestion, it inspired me to spend 3 days trying out this strategy, but alas to no avail.

Could you perhaps shed a little bit more light on how this would be configured exactly? I really can't wrap my head around how the branching and JQL queries would have to be configured.

Kind regards,
Andreas

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