Skip to content

Provides a REST API to simplify access to Jira Assets.

License

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insight Object Graph for Jira

Build Status License

Provides a REST API to simplify access to Jira Assets.

Motivation

If you need to retrieve field data for lots of asset objects, you need many REST calls to accomplish this. This has a negative impact on the performance of the client application. Furthermore, the standard Assets 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.