Provides a REST API to simplify Mindville Insight object access.
If you need to retrieve field data for lots of Insight objects, you need many REST calls to accomplish this. This has a negative impact on the performance of the client application. Furthermore, the standard Insight REST API will send responses that contain plenty of information that is not usable to your application.
This plugin provides REST endpoints as explained below.
See doc/rest/api-1-0.yml for the Open API specification.
Retrieve all objects of a given object type, set IQL filter, select attributes to retrieve and to resolve names of linked objects.
Describes an object graph (objects are linked via relations) and every object contains its attribute values. Data is properly aggregated.
Retrieve all Jira issues having related objects in a given Insight custom field.