Skip to content

linked-planet/jira-insight-object-graph-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insight Object Graph for Jira

Build Status License

Provides a REST API to simplify Mindville Insight object access.

Motivation

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.

Overview

This plugin provides REST endpoints as explained below.

See doc/rest/api-1-0.yml for the Open API specification.

/objects

Retrieve all objects of a given object type, set IQL filter, select attributes to retrieve and to resolve names of linked objects.

/object-graph

Describes an object graph (objects are linked via relations) and every object contains its attribute values. Data is properly aggregated.

/issues

Retrieve all Jira issues having related objects in a given Insight custom field.