SAP Open Connectors

Rally Querying

The Open Connectors Query Language (OCNQL) provides a standard way to search across all of our connectors. Many API providers support some form of searching in their APIs but each one approaches searching differently. Rather than having you research how to query each resource at a provider, we've normalized your search experience. SAP Open Connectors translates your queries to the API provider's search syntax.

Use OCNQL to query the following endpoints:

  • GET /bulk/jobs
  • GET /defects
  • GET /projects
  • GET /stories
  • GET /{objectName}
  • GET /{objectName}/{objectId}/{childObjectName}

For more information about OCNQL, see the API documentation for the connector or Querying with OCNQL.