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?
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?