Programmatically query for a work item, permission unaware
Hi,
I need to find a way to detect whether a work item has a certain value for a given attribute. And I would need to know whether such a work item is existing even if I cannot access it (resolve its handle) because of permissions.
I also do not need to access it I only need to know whether it exists or not.
Is there any API available to realize this?
Thank you
One answer
You could use the permission ware API that allows you to at least know how many items you don't have access to. See: https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ "Permissions and Read Access". You will not be able to get any more information out than that, as far as I know.