Hi,
I'd like to retreive this information from the JIRA API.
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!
Hi @Thomas Vial
Apparently that information is not available with the public REST API yet.
One workaround would be:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.