How do I discover project area work item queries using OSLC?
I understand how I can form a work item query using OSLC as https://jazz.net/library/article/352 describes. However, each project area has a list of shared and private queries that I would like to be able to access and run via OSLC. There is a url of the form ...ccm/oslc/queries that returns a list of all queries for all project areas but this doesn't seem too useful... a few questions about this:
- How would I discover this url (...ccm/oslc/queries) starting with rootservices?
- How can I limit the scope of what this url would return so that I'm not returning queries across all project areas?
-
Generally, what is the best way to access and run project area stored queries using discovery (or do I just have to know this url and embed it in my program code)?