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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.