We use AgileHive on Jira DC which adds the capacity to the sprint properties. I am trying to get the capacity value from the sprint’s properties. Can you help please?
https://jira.mycompany.com/rest/agile/1.0/sprint/5332/properties/agile-hive-sprint-capacity
{
"key": "agile-hive-sprint-capacity",
"value": 33
}
https://jira.mycompany.com/rest/agile/1.0/sprint/5332/properties
{
"keys": [
{
"self": "https://jira.mycompany.com/rest/api/2/sprint/5332/properties/agile-hive-sprint-capacity",
"key": "agile-hive-sprint-capacity"
},
{
"self": "https://jira.mycompany.com/rest/api/2/sprint/5332/properties/AgileHiveSprintProperty",
"key": "AgileHiveSprintProperty"
},
{
"self": "https://jira.mycompany.com/rest/api/2/sprint/5332/properties/AgileHiveSprintStatistics",
"key": "AgileHiveSprintStatistics"
},
{
"self": "https://jira.mycompany.com/rest/api/2/sprint/5332/properties/is-agile-hive-sprint",
"key": "is-agile-hive-sprint"
}
]
}