Git Changesets are being associated with some rally items, but not others.
I am trying to understand why one query succeeds when querying a User Story item, but fails to return anything for another.
{
"QueryResult": {
"_rallyAPIMajor": "2",
"_rallyAPIMinor": "0",
"Errors": [],
"Warnings": [],
"TotalResultCount": 1,
"StartIndex": 1,
"PageSize": 200,
"Results": [
{
"_rallyAPIMajor": "2",
"_rallyAPIMinor": "0",
"_ref": "https://rally1.rallydev.com/slm/webservice/v2.0/hierarchicalrequirement/<STORY_OID>",
"_refObjectUUID": "<OBJECT_UUID>",
"_objectVersion": "88",
"_refObjectName": "Test",
"_type": "HierarchicalRequirement"
}
]
}
}
US708888
{
"QueryResult": {
"_rallyAPIMajor": "2",
"_rallyAPIMinor": "0",
"Errors": [],
"Warnings": [],
"TotalResultCount": 0,
"StartIndex": 1,
"PageSize": 200,
"Results": []
}
}
Release : 1.0
Component : Agile Central VCS Connector for GIT