Skip to content

Commit 3513aa8

Browse files
committed
update readme
1 parent eaf273d commit 3513aa8

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Insight Object Graph for Jira
2-
![Build Status](https://github.com/linked-planet/jira-insight-object-graph-plugin/workflows/Maven/badge.svg)
2+
![Build Status](https://github.com/linked-planet/jira-insight-object-graph-plugin/workflows/Default/badge.svg)
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44

5-
Provides a REST API to simplify [Mindville Insight][insight] object access.
5+
Provides a REST API to simplify access to Jira Assets.
66

77
## Motivation
8-
If you need to retrieve field data for lots of Insight objects, you
8+
If you need to retrieve field data for lots of asset objects, you
99
need many REST calls to accomplish this. This has a negative impact on the
10-
performance of the client application. Furthermore, the standard Insight REST API
10+
performance of the client application. Furthermore, the standard Assets REST API
1111
will send responses that contain plenty of information that is not usable to your
1212
application.
1313

@@ -26,6 +26,3 @@ contains its attribute values. Data is properly aggregated.
2626

2727
### /issues
2828
Retrieve all Jira issues having related objects in a given Insight custom field.
29-
30-
31-
[insight]: https://www.mindville.com/insight-asset-management-CMDB-software-for-jira

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</organization>
3535

3636
<name>Insight Object Graph for Jira</name>
37-
<description>Provides a REST API to simplify accessing Jira Assets.</description>
37+
<description>Provides a REST API to simplify access to Jira Assets.</description>
3838
<packaging>atlassian-plugin</packaging>
3939

4040
<inceptionYear>2018</inceptionYear>

0 commit comments

Comments
 (0)