简体   繁体   English

如何在Agile Central API中获取孩子的祖父母对象ID

[英]How to get grand parent Object ID for a child in Agile Central API

I am working on my application with Rally API , I am forming tree structure using Rally Data. 我正在使用Rally API开发应用程序,正在使用Rally Data形成树形结构。 I am pulling from 'ProjectsPermissions' table with relation. 我从关系的'ProjectsPermissions'表中拉出。 Here I am facing a issue like below: 在这里,我面临如下问题:

A - GP - Have Access A-GP-可以访问
B- Parent - Not Have Access B-父母-无法访问
C- Children - Have Access. C-儿童-可以使用。

I need to form a tree node C under A node, but data is like Immediate parent relation to child, and if parent dosen't have access I am getting parent attribute as null. 我需要在A节点下形成一个树节点C,但是数据就像是直接与子级的父级关系,如果父级没有访问权限,我会将父级属性设置为null。 By this I am not able to form tree. 由此我无法形成树。 can any one help me on this? 谁可以帮我这个事?

Unfortunately you have run into one of the weird corner cases around permissions and projects in the Web Services API. 不幸的是,您遇到了Web Services API中关于权限和项目的怪异案例之一。 There is currently no supported way to stitch this data together. 当前尚不支持将这些数据缝合在一起的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM