It's all about the answers!

Ask a question

Is story points attribute accessible via REST API?


Timur Markunin (6495165145) | asked Jul 18 '12, 7:59 a.m.
 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



permanent link
Aradhya K (1.4k44345) | answered Jul 19 '12, 6:33 a.m.
JAZZ DEVELOPER
 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.

permanent link
James Moody (3.3k24) | 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:


Your answer


Register or to post your answer.