Is story points attribute accessible via REST API?
![]()
Hello,
I'm looking for story points info for user stories in agile project.
Could I access this attribute via REST API?
-thanks in advance
|
2 answers
![]()
Yes. Its a custom attribute defined in the Scrum template with the ID com.ibm.team.apt.attribute.complexity for story and Epic work items types. Its a Enumeration.
|
![]()
James Moody (3.3k●2●4)
| answered Jul 25 '12, 10:07 a.m.
JAZZ DEVELOPER edited Jul 25 '12, 10:08 a.m.
Yes. As Aradhya suggests, you need to know exactly which custom attribute is mapped to your complexity attribute. Then, you can access "customAttributes" elements inside the "workitem" attribute. The detailed documentation for the Reportable REST API is located here:
|