How to get IQueryDescriptor from query UUID (via plain Java API)
I know that I can use the calls findSharedQueries or findPersonalQueries from the IQueryClient class from native Java API to search for a workitem query by name and use the resulting IQueryDescriptor for executing the query..
Is there a way I can directly access a query based on the knowledge of the UUID, i.e. the string seen in the WebClient if executing a query? |
Accepted answer
you can get the handle to an object from its UUID
Guenther Jornitz selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.