Attribute REST services
This page is about Assets & Inventory Plugin for Jira DC. Using Cloud? Click here.
This guide details the REST API functionalities for managing Attributes within the Assets & Inventory Plugin.
List all attributes
Method | GET |
---|---|
URL | /rest/jip-api/1.0/attribute/list.json |
List single attribute
Method | GET |
---|---|
URL | /rest/jip-api/1.0/attribute/[attributeId].json |
Create a new attribute
Method | POST |
---|---|
URL | /rest/jip-api/1.0/attribute.json |
Update attribute
Method | PUT |
---|---|
URL | /rest/jip-api/1.0/attribute/[attributeId].json |
Delete attribute
Method | DELETE |
---|---|
URL | /rest/jip-api/1.0/attribute/[attributeId].json |