What is the attribute name used to query the "Parent Story" of a Defect using the Excel Plugin for Agile Central or Web Services API?
search cancel

What is the attribute name used to query the "Parent Story" of a Defect using the Excel Plugin for Agile Central or Web Services API?

book

Article ID: 13535

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction

When using the Web Services API or Excel add-in for Agile Central to query/pull The "Parent Story" attribute associated to a defect, the attribute name can be counter intuitive as is does not specify the word "parent" in the attribute name.

In this specific scenario you need to specify the "Requirement" attribute on the defect. The syntax example below would return the parent user story formatted ID i.e US1234.

"Requirement.FormattedID" 

 

 



What is the attribute name is used to query the "Parent Story" of a Defect using the Excel Plugin for Agile Central or Web Services API.

Environment

Release:
Component: ACAPI

Resolution

The attribute name and syntax to query the User Story formatted ID associated to a specific Defect is "Requirement.FormattedID"