- Created by Tolga Tunca (Unlicensed), last modified by Derya Özdemir on May 24, 2024
- Mentions
- 0 Associations
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 16 Next »
This page is about Assets & Inventory Plugin for Jira DC. Using Cloud? Click here.
User of the Rest API caller needs the Browse Asset permission to fetch results.
On this page: |
---|
API Definition
Method | POST |
---|---|
URL | /rest/jip-api/1.0/index/query.json |
Request Headers:
Content-Type: application/json
Authorization: Basic hash of user name and password. For example,
Basic YWRtaW46YWRtaW4=
.
Post parameters
Parameter | Type | Example | Description |
---|---|---|---|
| String | basic | Fixed value. |
| String | detail | Fixed value. |
| String | For advanced manual Lucene Query. Leave it null to use | |
| List of | List of search criteria. | |
| List of | These search criteria will be | |
| Boolean | true/false | Decides whether there will be |
| Boolean | true/false | Decides whether there will be |
| Integer | 1 | Page number of the results. Results will return as paged. |
| Integer | 15 | Size of page. |
| String | asc/desc | asc or desc. |
| String | asset.name | Field to sort. Use System Fields or Attribute names. |
| String |
| Use one of search field types. |
QueryIndexSearchParam
Parameter | Type | Example | Description |
---|---|---|---|
| String | External System Id | Field to search. Attribute name or System Fields are valid. |
| String | AB001 | Wildcard search is supported. For example, |
| List of String | ["AB", "XDVl", "DRR"] | Use this field for |
| Float | 1 or 10.5 | Use this field for |
| Float | 1 or 10.5 | Use this field for |
| String | 2019-05-29T11:49 or 2019-05-29 | Use this field for For exact search, set range to |
| String | 2019-05-29T11:49 or 2019-05-29 | Use this field for For exact search, set range to |
| String | 1d or -2w | Use this field for
|
| String | 3y or -4m | Use this field for
|
| String | STRING | One of Search Field Types. |
| boolean | true/false | For relative date search, set |
| boolean | true/false | For date and numeric RANGE searches. Set |
| boolean | true/false | Set this field |
| boolean | true/false | Set this field |
Search Field Types
Field Type (use capital case) | |
---|---|
| List type of Attributes. |
| List of long. |
| Text field. |
| Jira User's user key or $currentUser. |
| Date field without time. |
| Date field with time. |
| Numeric long value. For example, |
| Numeric Double/Float value. For example, |
| Asset reference Attribute type. |
| Asset reference filtered with asset type attribute type. |
| URL field. |
System Fields
These fields are available to search and sort.
System Field Name | Field Type | Description |
---|---|---|
| STRING | Any field. Search for any field including system fields and attributes. |
| LONG | Asset type scheme ID. |
| LIST | Asset type scheme name. |
| LONG | Asset type ID (formerly FORM). |
| LIST | Asset type name (formerly FORM). |
| LONG | Asset ID. |
| STRING | Asset name. |
| STRING | Attachment filename (not content of the file). |
| STRING | User name of the user who created the asset. |
| DATE_TIME | The asset’s time of creation. |
| STRING | The keyword must be a status key. |
| STRING | The keyword must be a substatus key. |
| JIRA_USER | The keyword must be a user key. |
| JIRA_USER | The keyword must be a user key. |
| JIRA_USER | The keyword must be a user key. |
| JIRA_USER | The keyword must be a user key. |
| LONG | The keyword must be a number long (without decimals). |
| STRING | The keyword must be text. |
| STRING | The keyword must be text. |
| LONG | The keyword must be a location ID. |
| STRING | The keyword must be a List of Jira Group in JSON format. |
| DATE | The keyword must be Date (without time) in ISO format. |
| DOUBLE | The keyword must be a number float (with decimals). |
| STRING | The keyword must be one of the currencies. |
| STRING | The keyword must be text. |
Attributes
Type | Description | Example |
---|---|---|
Asset List | The keyword must be |
|
Asset List by Asset Types | The keyword must be |
|
Cascading Dropdown | The keyword must be text. |
|
Checkbox | The keyword must be text. |
|
Date Picker | The keyword must be Date (without time) in ISO format. |
|
Date Time Picker | The keyword must be Date-time (with time) in ISO format. |
|
Dropdown List | The keyword must be text. |
|
IP | The keyword must be text. |
|
IPv6 | The keyword must be text. |
|
Jira Organizations | The keyword must be text. |
|
Jira Project | The keyword must be text. |
|
Jira Project Components | The keyword must be text. |
|
Jira Project Versions | The keyword must be text. |
|
Jira User Picker | The keyword must be a username. |
|
List Box | The keyword must be text. |
|
List Box - Multiple | The keyword must be text. |
|
Number Float(with decimals) | The keyword must be number float (with decimals). |
|
Number Long(without decimals) | The keyword must be number long (without decimals). |
|
Radio Button | The keyword must be text. |
|
Text | The keyword must be text. |
|
Text Area | The keyword must be text. |
|
URL | The keyword must be text. |
|
Status and Substatus Keys
Status Keys
Display Name | Key |
---|---|
In stock | 1 |
In use | 2 |
In transit | 3 |
On order | 4 |
In maintenance | 5 |
Retired | 6 |
Missing | 7 |
Substatus Keys
Display Name | Key |
---|---|
Available | 1 |
Reserved | 2 |
Defective | 3 |
Pending repair | 4 |
Pending install | 5 |
Pending disposal | 6 |
Pending transfer | 7 |
Pre-allocated | 8 |
Lost | 9 |
Stolen | 10 |
Examples
For more examples, use the Asset Navigator to conduct on-screen searches and then inspect the corresponding page. Locate the query Network call and examine both its Request and Responses. Begin by conducting a screen search to pinpoint the specific example that aligns with your system and required fields.
Search for one String field
{ "searchType": "basic", "listType": "detail", "genericKeyword": null, "queryIndexSearchParams": [ { "field": "External System Id", "keyword": "1012", "keywords": [], "fieldType": "STRING", "range": true } ], "pageNumber": 1, "pageSize": 15, "sortDirection": "asc", "sortField": "asset.name", "sortType": "STRING", "respTime": 1558685025363 }
{ "queryIndexParam": { "searchType": "basic", "listType": "detail", "genericKeyword": null, "queryIndexSearchParams": [ { "field": "External System Id", "fieldLabel": null, "keyword": "1012", "keywords": [], "fieldType": "STRING", "minNum": null, "maxNum": null, "minDate": null, "maxDate": null, "range": true } ], "pageNumber": 1, "pageSize": 15, "sortDirection": "asc", "sortField": "asset.name", "sortType": "STRING", "respTime": 1558685031755 }, "recordIds": [ null ], "queryPagingInfo": { "pageRecordSize": 1, "totalRecords": 1, "totalPages": 1, "pageNumber": 1, "pageSize": 15, "hasNext": false }, "assets": [ { "id": 21, "name": "Printer002", "sortOrder": 0, "objectSchemaId": 1, "objectSchemaName": "Default Asset Scheme", "formId": 6, "formName": "Printers", "created": null, "createdFormatted": null, "creator": null, "attachments": "[ ]", "inventoryItems": [ { "value": "1012", "attributeName": "External System Id", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 84, "id": 1207, "formAttributeId": 397, "displayValue": "1012", "textValues": "1012", "isoDateValue": null }, { "value": "12685-3434-4522-1335", "attributeName": "Serial Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 7, "id": 153, "formAttributeId": 33, "displayValue": "12685-3434-4522-1335", "textValues": "12685-3434-4522-1335", "isoDateValue": null }, { "value": "HP", "attributeName": "Vendor", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 61, "id": 1209, "formAttributeId": 398, "displayValue": "HP", "textValues": "HP", "isoDateValue": null }, { "value": "HP 4665", "attributeName": "Model", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 18, "id": 155, "formAttributeId": 35, "displayValue": "HP 4665", "textValues": "HP 4665", "isoDateValue": null } ], "customfieldId": "customfield_10100", "optionId": 10303, "inventoryItemListSize": 4 } ] }
Search for Asset Type Scheme, Asset Type, Asset Name, Asset ID
{ "searchType": "basic", "listType": "detail", "genericKeyword": null, "queryIndexSearchParams": [ { "field": "asset.id", "keyword": "", "keywords": [], "fieldType": "LONG", "minNum": 1, "maxNum": 200, "minDate": null, "maxDate": null, "range": true }, { "field": "asset.name", "keyword": "tom*", "keywords": null, "fieldType": "STRING", "minNum": null, "maxNum": null, "minDate": null, "maxDate": null, "range": false }, { "field": "form.name", "keyword": null, "keywords": [ "Servers" ], "fieldType": "LIST", "minNum": null, "maxNum": null, "minDate": null, "maxDate": null, "range": false }, { "field": "scheme.name", "keywords": [ "Default Asset Scheme" ], "fieldType": "LIST" } ], "pageNumber": 1, "pageSize": 15, "sortDirection": "asc", "sortField": "asset.name", "sortType": "STRING", "respTime": 1558688161063 }
{ "queryIndexParam" : { "searchType" : "basic", "listType" : "detail", "genericKeyword" : null, "queryIndexSearchParams" : [ { "field" : "asset.id", "fieldLabel" : null, "keyword" : "", "keywords" : [ ], "fieldType" : "LONG", "minNum" : 1.0, "maxNum" : 200.0, "minDate" : null, "maxDate" : null, "range" : true }, { "field" : "asset.name", "fieldLabel" : null, "keyword" : "tom*", "keywords" : null, "fieldType" : "STRING", "minNum" : null, "maxNum" : null, "minDate" : null, "maxDate" : null, "range" : false }, { "field" : "form.name", "fieldLabel" : null, "keyword" : null, "keywords" : [ "Servers" ], "fieldType" : "LIST", "minNum" : null, "maxNum" : null, "minDate" : null, "maxDate" : null, "range" : false }, { "field" : "scheme.name", "fieldLabel" : null, "keyword" : null, "keywords" : [ "Default Asset Scheme" ], "fieldType" : "LIST", "minNum" : null, "maxNum" : null, "minDate" : null, "maxDate" : null, "range" : false } ], "pageNumber" : 1, "pageSize" : 15, "sortDirection" : "asc", "sortField" : "asset.name", "sortType" : "STRING", "respTime" : 1558688165409 }, "recordIds" : [ null, null, null ], "queryPagingInfo" : { "pageRecordSize" : 3, "totalRecords" : 3, "totalPages" : 1, "pageNumber" : 1, "pageSize" : 15, "hasNext" : false }, "assets" : [{ "id" : 1, "name" : "Alpha Tomcat Server", "sortOrder" : 0, "objectSchemaId" : 1, "objectSchemaName" : "Default Asset Scheme", "formId" : 2, "formName" : "Servers", "created" : null, "createdFormatted" : null, "creator" : null, "attachments" : "[ {\n \"originalFileName\" : \"ombMnU6umGQ.jpg\",\n \"serverFileName\" : \"13307_43813_1556782191293.jpg\",\n \"fileSize\" : \"71 KB\",\n \"created\" : \"02/May/19 10:29 AM\",\n \"creator\" : \"admin\"\n} ]", "inventoryItems" : [ { "value" : "cyrus", "attributeName" : "Server Name", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 5, "id" : 1, "formAttributeId" : 6, "displayValue" : "cyrus", "textValues" : "cyrus", "isoDateValue" : null }, { "value" : "1254-4432-3455-6642", "attributeName" : "Serial Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 7, "id" : 3, "formAttributeId" : 8, "displayValue" : "1254-4432-3455-6642", "textValues" : "1254-4432-3455-6642", "isoDateValue" : null }, { "value" : "10.10.13.21", "attributeName" : "IP", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 6, "id" : 2, "formAttributeId" : 7, "displayValue" : "10.10.13.21", "textValues" : "10.10.13.21", "isoDateValue" : null } ], "customfieldId" : "customfield_10100", "optionId" : 10111, "inventoryItemListSize" : 3 },{ "id" : 2, "name" : "Beta Tomcat Server", "sortOrder" : 0, "objectSchemaId" : 1, "objectSchemaName" : "Default Asset Scheme", "formId" : 2, "formName" : "Servers", "created" : null, "createdFormatted" : null, "creator" : null, "attachments" : null, "inventoryItems" : [ { "value" : "zeus", "attributeName" : "Server Name", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 5, "id" : 4, "formAttributeId" : 6, "displayValue" : "zeus", "textValues" : "zeus", "isoDateValue" : null }, { "value" : "2344-4321-5354-5413", "attributeName" : "Serial Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 7, "id" : 6, "formAttributeId" : 8, "displayValue" : "2344-4321-5354-5413", "textValues" : "2344-4321-5354-5413", "isoDateValue" : null }, { "value" : "10.10.13.22", "attributeName" : "IP", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 6, "id" : 5, "formAttributeId" : 7, "displayValue" : "10.10.13.22", "textValues" : "10.10.13.22", "isoDateValue" : null } ], "customfieldId" : "customfield_10100", "optionId" : 10112, "inventoryItemListSize" : 3 },{ "id" : 3, "name" : "Prod Tomcat Server", "sortOrder" : 0, "objectSchemaId" : 1, "objectSchemaName" : "Default Asset Scheme", "formId" : 2, "formName" : "Servers", "created" : null, "createdFormatted" : null, "creator" : null, "attachments" : null, "inventoryItems" : [ { "value" : "apollon", "attributeName" : "Server Name", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 5, "id" : 7, "formAttributeId" : 6, "displayValue" : "apollon", "textValues" : "apollon", "isoDateValue" : null }, { "value" : "9989-2838-3434-8787", "attributeName" : "Serial Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 7, "id" : 9, "formAttributeId" : 8, "displayValue" : "9989-2838-3434-8787", "textValues" : "9989-2838-3434-8787", "isoDateValue" : null }, { "value" : "10.10.13.23", "attributeName" : "IP", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 6, "id" : 8, "formAttributeId" : 7, "displayValue" : "10.10.13.23", "textValues" : "10.10.13.23", "isoDateValue" : null } ], "customfieldId" : "customfield_10100", "optionId" : 10109, "inventoryItemListSize" : 3 }] }
Search for any field including all attributes and system fields
{ "searchType": "basic", "listType": "detail", "genericKeyword": null, "queryIndexSearchParams": [ { "field": "asset.content", "keyword": "tom*", "fieldType": "STRING" } ], "pageNumber": 1, "pageSize": 15, "sortDirection": "asc", "sortField": "asset.name", "sortType": "STRING", "respTime": 1558688449556 }
{ "queryIndexParam" : { "searchType" : "basic", "listType" : "detail", "genericKeyword" : null, "queryIndexSearchParams" : [ { "field" : "asset.content", "fieldLabel" : null, "keyword" : "tom*", "keywords" : null, "fieldType" : "STRING", "minNum" : null, "maxNum" : null, "minDate" : null, "maxDate" : null, "range" : false } ], "pageNumber" : 1, "pageSize" : 15, "sortDirection" : "asc", "sortField" : "asset.name", "sortType" : "STRING", "respTime" : 1558688452519 }, "recordIds" : [ null, null, null, null, null, null ], "queryPagingInfo" : { "pageRecordSize" : 6, "totalRecords" : 6, "totalPages" : 1, "pageNumber" : 1, "pageSize" : 15, "hasNext" : false }, "assets" : [{ "id" : 83, "name" : "*tunca", "sortOrder" : 0, "objectSchemaId" : 1, "objectSchemaName" : "Default Asset Scheme", "formId" : 25, "formName" : "Assets with all type of fields", "created" : 1556635656863, "createdFormatted" : "30/Apr/19 5:47 PM", "creator" : "admin", "attachments" : "[ {\n \"originalFileName\" : \"V-YMg2ds8ZA.jpg\",\n \"serverFileName\" : \"88678_69772_1556635701800.jpg\",\n \"fileSize\" : \"198 KB\",\n \"created\" : \"30/Apr/19 5:48 PM\",\n \"creator\" : \"admin\"\n}, {\n \"originalFileName\" : \"B5PNmw5XSpk.jpg\",\n \"serverFileName\" : \"36255_99478_1556635701801.jpg\",\n \"fileSize\" : \"216 KB\",\n \"created\" : \"30/Apr/19 5:48 PM\",\n \"creator\" : \"admin\"\n}, {\n \"originalFileName\" : \"mdJ3qu-GRhw.jpg\",\n \"serverFileName\" : \"39051_38165_1556635701802.jpg\",\n \"fileSize\" : \"492 KB\",\n \"created\" : \"30/Apr/19 5:48 PM\",\n \"creator\" : \"admin\"\n} ]", "inventoryItems" : [ { "value" : "a1 text here", "attributeName" : "2 text", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 79, "id" : 646, "formAttributeId" : 227, "displayValue" : "a1 text here", "textValues" : "a1 text here", "isoDateValue" : null }, { "value" : "", "attributeName" : "2 asset list", "attributeType" : "InventoryList", "inventoryRefs" : [ { "id" : 1, "name" : "Alpha Tomcat Server" }, { "id" : 5, "name" : "John Sober's Computer" }, { "id" : 80, "name" : "L2" } ], "multiListValues" : [ ], "attributeId" : 65, "id" : 632, "formAttributeId" : 213, "displayValue" : "<a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/1\">Alpha Tomcat Server</a>, <a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/5\">John Sober's Computer</a>, <a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/80\">L2</a>", "textValues" : "Alpha Tomcat Server;John Sober's Computer;L2", "isoDateValue" : null }, { "value" : "", "attributeName" : "2 asset list by asset types", "attributeType" : "InventoryListByForm", "inventoryRefs" : [ { "id" : 27, "name" : "Fred Fenster" }, { "id" : 36, "name" : "Keyboard0002" } ], "multiListValues" : [ ], "attributeId" : 66, "id" : 633, "formAttributeId" : 214, "displayValue" : "<a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/27\">Fred Fenster</a>, <a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/36\">Keyboard0002</a>", "textValues" : "Fred Fenster;Keyboard0002", "isoDateValue" : null }, { "value" : "30/Apr/19", "attributeName" : "2 date picker", "attributeType" : "DatePicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 68, "id" : 635, "formAttributeId" : 216, "displayValue" : "30/Apr/19", "textValues" : "30/Apr/19", "isoDateValue" : "2019-04-30" }, { "value" : "30/Apr/23 5:40 PM", "attributeName" : "2 date time picker", "attributeType" : "DatetimePicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 69, "id" : 636, "formAttributeId" : 217, "displayValue" : "30/Apr/23 5:40 PM", "textValues" : "30/Apr/23 5:40 PM", "isoDateValue" : "2023-04-30T17:40" }, { "value" : "1.1.1.1.1", "attributeName" : "2 IP", "attributeType" : "IP", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 71, "id" : 638, "formAttributeId" : 219, "displayValue" : "1.1.1.1.1", "textValues" : "1.1.1.1.1", "isoDateValue" : null }, { "value" : "2.2.2.3", "attributeName" : "2 IPv6", "attributeType" : "IPv6", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 72, "id" : 639, "formAttributeId" : 220, "displayValue" : "2.2.2.3", "textValues" : "2.2.2.3", "isoDateValue" : null }, { "value" : "admin", "attributeName" : "2 Jira User Picker", "attributeType" : "UserPicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 73, "id" : 640, "formAttributeId" : 221, "displayValue" : "admin", "textValues" : "admin", "isoDateValue" : null }, { "value" : "", "attributeName" : "2 Checkbox", "attributeType" : "CheckboxList", "inventoryRefs" : [ ], "multiListValues" : [ "ada", "bur", "ist" ], "attributeId" : 67, "id" : 634, "formAttributeId" : 215, "displayValue" : "ada, bur, ist", "textValues" : "ada;bur;ist", "isoDateValue" : null }, { "value" : "radiohead", "attributeName" : "2 radio", "attributeType" : "RadioButtonList", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 78, "id" : 645, "formAttributeId" : 226, "displayValue" : "radiohead", "textValues" : "radiohead", "isoDateValue" : null }, { "value" : "ada", "attributeName" : "2 drop down list", "attributeType" : "DropdownList", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 70, "id" : 637, "formAttributeId" : 218, "displayValue" : "ada", "textValues" : "ada", "isoDateValue" : null }, { "value" : "tol", "attributeName" : "2 list box", "attributeType" : "ListBox", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 74, "id" : 641, "formAttributeId" : 222, "displayValue" : "tol", "textValues" : "tol", "isoDateValue" : null }, { "value" : "", "attributeName" : "2 list box multiple", "attributeType" : "ListBoxMultiple", "inventoryRefs" : [ ], "multiListValues" : [ "ada", "bal" ], "attributeId" : 75, "id" : 642, "formAttributeId" : 223, "displayValue" : "ada, bal", "textValues" : "ada;bal", "isoDateValue" : null }, { "value" : "1001", "attributeName" : "2 number float", "attributeType" : "NumberFloat", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 76, "id" : 643, "formAttributeId" : 224, "displayValue" : "1001", "textValues" : "1001", "isoDateValue" : null }, { "value" : "101", "attributeName" : "2 number long", "attributeType" : "NumberLong", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 77, "id" : 644, "formAttributeId" : 225, "displayValue" : "101", "textValues" : "101", "isoDateValue" : null }, { "value" : "https://mail.google.com/mail/u/0/", "attributeName" : "2 url", "attributeType" : "URL", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 81, "id" : 648, "formAttributeId" : 229, "displayValue" : "<a style=\"font-size: 100%\" href=\"https://mail.google.com/mail/u/0/\" target=\"_blank\">https://mail.google.com/mail/u/0/</a>", "textValues" : "https://mail.google.com/mail/u/0/", "isoDateValue" : null }, { "value" : "I'm sorry, but besides the official documentation here I don't have anything on my own.\nDo you have any specific issues?\n\nMy biggest issue was how to actually create the objects and import configuration, so what I did at first was to let Insight automatically (try) to create the appropriate Insight objects and import configuration.\n\nDepending on the size of your LPAD infrastructure this may take quite some time and maybe even fail (as it happened to me).\n\nI attached you two screenshots of my configuration where I import information from our LDAP to a user object (called \"Benutzer\"), hope this may already be of help.", "attributeName" : "2 text area", "attributeType" : "TextArea", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 80, "id" : 647, "formAttributeId" : 228, "displayValue" : "I'm sorry, but besides the official documentation here I don't have anything on my own.\nDo you have any specific issues?\n\nMy biggest issue was how to actually create the objects and import configuration, so what I did at first was to let Insight automatically (try) to create the appropriate Insight objects and import configuration.\n\nDepending on the size of your LPAD infrastructure this may take quite some time and maybe even fail (as it happened to me).\n\nI attached you two screenshots of my configuration where I import information from our LDAP to a user object (called \"Benutzer\"), hope this may already be of help.", "textValues" : "I'm sorry, but besides the official documentation here I don't have anything on my own.\nDo you have any specific issues?\n\nMy biggest issue was how to actually create the objects and import configuration, so what I did at first was to let Insight automatically (try) to create the appropriate Insight objects and import configuration.\n\nDepending on the size of your LPAD infrastructure this may take quite some time and maybe even fail (as it happened to me).\n\nI attached you two screenshots of my configuration where I import information from our LDAP to a user object (called \"Benutzer\"), hope this may already be of help.", "isoDateValue" : null } ], "customfieldId" : null, "optionId" : null, "inventoryItemListSize" : 17 },{ "id" : 65, "name" : "Alpha Tomcat Server", "sortOrder" : 0, "objectSchemaId" : 2, "objectSchemaName" : "IT Assets Scheme", "formId" : 17, "formName" : "Server", "created" : 1556621499951, "createdFormatted" : "30/Apr/19 1:51 PM", "creator" : "admin", "attachments" : null, "inventoryItems" : [ { "value" : "cyrus2", "attributeName" : "Server Name", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 5, "id" : 511, "formAttributeId" : 138, "displayValue" : "cyrus2", "textValues" : "cyrus2", "isoDateValue" : null }, { "value" : "1254-4432-3455-6642", "attributeName" : "Serial Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 7, "id" : 512, "formAttributeId" : 139, "displayValue" : "1254-4432-3455-6642", "textValues" : "1254-4432-3455-6642", "isoDateValue" : null }, { "value" : null, "attributeName" : "Operating System", "attributeType" : "DropdownList", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 50, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Vendor", "attributeType" : "DropdownList", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 61, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : "PowerEdge T130 Server", "attributeName" : "Model", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 18, "id" : 513, "formAttributeId" : 142, "displayValue" : "PowerEdge T130 Server", "textValues" : "PowerEdge T130 Server", "isoDateValue" : null }, { "value" : "4/Apr/17", "attributeName" : "Date of Purchase", "attributeType" : "DatePicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 17, "id" : 514, "formAttributeId" : 143, "displayValue" : "4/Apr/17", "textValues" : "4/Apr/17", "isoDateValue" : "2017-04-04" }, { "value" : "4/Apr/19", "attributeName" : "Warranty Expiration Date", "attributeType" : "DatePicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 62, "id" : 515, "formAttributeId" : 144, "displayValue" : "4/Apr/19", "textValues" : "4/Apr/19", "isoDateValue" : "2019-04-04" }, { "value" : null, "attributeName" : "Device Status", "attributeType" : "ListBox", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 27, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Server Type", "attributeType" : "ListBox", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 54, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : "Intel Xeon E3-1280 v6 3.9GHz, 8M cache, 4C/8T, turbo (72W)", "attributeName" : "CPU", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 10, "id" : 516, "formAttributeId" : 147, "displayValue" : "Intel Xeon E3-1280 v6 3.9GHz, 8M cache, 4C/8T, turbo (72W)", "textValues" : "Intel Xeon E3-1280 v6 3.9GHz, 8M cache, 4C/8T, turbo (72W)", "isoDateValue" : null }, { "value" : "10.10.13.21", "attributeName" : "IP", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 6, "id" : 517, "formAttributeId" : 148, "displayValue" : "10.10.13.21", "textValues" : "10.10.13.21", "isoDateValue" : null }, { "value" : "12:12:12:12", "attributeName" : "MAC Address", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 16, "id" : 518, "formAttributeId" : 149, "displayValue" : "12:12:12:12", "textValues" : "12:12:12:12", "isoDateValue" : null }, { "value" : "1TB", "attributeName" : "Memory", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 11, "id" : 519, "formAttributeId" : 150, "displayValue" : "1TB", "textValues" : "1TB", "isoDateValue" : null }, { "value" : null, "attributeName" : "Storage Type", "attributeType" : "ListBox", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 19, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : "10TB", "attributeName" : "Storage Size", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 56, "id" : 520, "formAttributeId" : 152, "displayValue" : "10TB", "textValues" : "10TB", "isoDateValue" : null }, { "value" : "123123123123", "attributeName" : "AssetTag", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 21, "id" : 521, "formAttributeId" : 153, "displayValue" : "123123123123", "textValues" : "123123123123", "isoDateValue" : null } ], "customfieldId" : null, "optionId" : 13359, "inventoryItemListSize" : 16 },{ "id" : 1, "name" : "Alpha Tomcat Server", "sortOrder" : 0, "objectSchemaId" : 1, "objectSchemaName" : "Default Asset Scheme", "formId" : 2, "formName" : "Servers", "created" : null, "createdFormatted" : null, "creator" : null, "attachments" : "[ {\n \"originalFileName\" : \"ombMnU6umGQ.jpg\",\n \"serverFileName\" : \"13307_43813_1556782191293.jpg\",\n \"fileSize\" : \"71 KB\",\n \"created\" : \"02/May/19 10:29 AM\",\n \"creator\" : \"admin\"\n} ]", "inventoryItems" : [ { "value" : "cyrus", "attributeName" : "Server Name", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 5, "id" : 1, "formAttributeId" : 6, "displayValue" : "cyrus", "textValues" : "cyrus", "isoDateValue" : null }, { "value" : "1254-4432-3455-6642", "attributeName" : "Serial Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 7, "id" : 3, "formAttributeId" : 8, "displayValue" : "1254-4432-3455-6642", "textValues" : "1254-4432-3455-6642", "isoDateValue" : null }, { "value" : "10.10.13.21", "attributeName" : "IP", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 6, "id" : 2, "formAttributeId" : 7, "displayValue" : "10.10.13.21", "textValues" : "10.10.13.21", "isoDateValue" : null } ], "customfieldId" : "customfield_10100", "optionId" : 10111, "inventoryItemListSize" : 3 },{ "id" : 2, "name" : "Beta Tomcat Server", "sortOrder" : 0, "objectSchemaId" : 1, "objectSchemaName" : "Default Asset Scheme", "formId" : 2, "formName" : "Servers", "created" : null, "createdFormatted" : null, "creator" : null, "attachments" : null, "inventoryItems" : [ { "value" : "zeus", "attributeName" : "Server Name", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 5, "id" : 4, "formAttributeId" : 6, "displayValue" : "zeus", "textValues" : "zeus", "isoDateValue" : null }, { "value" : "2344-4321-5354-5413", "attributeName" : "Serial Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 7, "id" : 6, "formAttributeId" : 8, "displayValue" : "2344-4321-5354-5413", "textValues" : "2344-4321-5354-5413", "isoDateValue" : null }, { "value" : "10.10.13.22", "attributeName" : "IP", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 6, "id" : 5, "formAttributeId" : 7, "displayValue" : "10.10.13.22", "textValues" : "10.10.13.22", "isoDateValue" : null } ], "customfieldId" : "customfield_10100", "optionId" : 10112, "inventoryItemListSize" : 3 },{ "id" : 150, "name" : "Copy of Copy of a1", "sortOrder" : 0, "objectSchemaId" : 1, "objectSchemaName" : "Default Asset Scheme", "formId" : 25, "formName" : "Assets with all type of fields", "created" : 1557999774797, "createdFormatted" : "16/May/19 12:42 PM", "creator" : "tuncay", "attachments" : "[{\"originalFileName\":\"UrmhoKEpn7k.jpg\",\"serverFileName\":\"20603_54226_1557999773391.jpg\",\"fileSize\":\"390 KB\",\"created\":\"16/May/19 12:42 PM\",\"creator\":\"admin\"}]", "inventoryItems" : [ { "value" : "a1 text here", "attributeName" : "2 text", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 79, "id" : 1187, "formAttributeId" : 227, "displayValue" : "a1 text here", "textValues" : "a1 text here", "isoDateValue" : null }, { "value" : "", "attributeName" : "2 asset list", "attributeType" : "InventoryList", "inventoryRefs" : [ { "id" : 1, "name" : "Alpha Tomcat Server" } ], "multiListValues" : [ ], "attributeId" : 65, "id" : 1173, "formAttributeId" : 213, "displayValue" : "<a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/1\">Alpha Tomcat Server</a>", "textValues" : "Alpha Tomcat Server", "isoDateValue" : null }, { "value" : "", "attributeName" : "2 asset list by asset types", "attributeType" : "InventoryListByForm", "inventoryRefs" : [ { "id" : 27, "name" : "Fred Fenster" }, { "id" : 36, "name" : "Keyboard0002" } ], "multiListValues" : [ ], "attributeId" : 66, "id" : 1174, "formAttributeId" : 214, "displayValue" : "<a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/27\">Fred Fenster</a>, <a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/36\">Keyboard0002</a>", "textValues" : "Fred Fenster;Keyboard0002", "isoDateValue" : null }, { "value" : "30/Apr/19", "attributeName" : "2 date picker", "attributeType" : "DatePicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 68, "id" : 1176, "formAttributeId" : 216, "displayValue" : "30/Apr/19", "textValues" : "30/Apr/19", "isoDateValue" : "2019-04-30" }, { "value" : "30/Apr/23 5:40 PM", "attributeName" : "2 date time picker", "attributeType" : "DatetimePicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 69, "id" : 1177, "formAttributeId" : 217, "displayValue" : "30/Apr/23 5:40 PM", "textValues" : "30/Apr/23 5:40 PM", "isoDateValue" : "2023-04-30T17:40" }, { "value" : "1.1.1.1.1", "attributeName" : "2 IP", "attributeType" : "IP", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 71, "id" : 1179, "formAttributeId" : 219, "displayValue" : "1.1.1.1.1", "textValues" : "1.1.1.1.1", "isoDateValue" : null }, { "value" : "2.2.2.3", "attributeName" : "2 IPv6", "attributeType" : "IPv6", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 72, "id" : 1180, "formAttributeId" : 220, "displayValue" : "2.2.2.3", "textValues" : "2.2.2.3", "isoDateValue" : null }, { "value" : "admin", "attributeName" : "2 Jira User Picker", "attributeType" : "UserPicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 73, "id" : 1181, "formAttributeId" : 221, "displayValue" : "admin", "textValues" : "admin", "isoDateValue" : null }, { "value" : "", "attributeName" : "2 Checkbox", "attributeType" : "CheckboxList", "inventoryRefs" : [ ], "multiListValues" : [ "ada", "bur", "ist" ], "attributeId" : 67, "id" : 1175, "formAttributeId" : 215, "displayValue" : "ada, bur, ist", "textValues" : "ada;bur;ist", "isoDateValue" : null }, { "value" : "radiohead", "attributeName" : "2 radio", "attributeType" : "RadioButtonList", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 78, "id" : 1186, "formAttributeId" : 226, "displayValue" : "radiohead", "textValues" : "radiohead", "isoDateValue" : null }, { "value" : "ada", "attributeName" : "2 drop down list", "attributeType" : "DropdownList", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 70, "id" : 1178, "formAttributeId" : 218, "displayValue" : "ada", "textValues" : "ada", "isoDateValue" : null }, { "value" : "tol", "attributeName" : "2 list box", "attributeType" : "ListBox", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 74, "id" : 1182, "formAttributeId" : 222, "displayValue" : "tol", "textValues" : "tol", "isoDateValue" : null }, { "value" : "", "attributeName" : "2 list box multiple", "attributeType" : "ListBoxMultiple", "inventoryRefs" : [ ], "multiListValues" : [ "ada", "bal" ], "attributeId" : 75, "id" : 1183, "formAttributeId" : 223, "displayValue" : "ada, bal", "textValues" : "ada;bal", "isoDateValue" : null }, { "value" : "1001", "attributeName" : "2 number float", "attributeType" : "NumberFloat", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 76, "id" : 1184, "formAttributeId" : 224, "displayValue" : "1001", "textValues" : "1001", "isoDateValue" : null }, { "value" : "101", "attributeName" : "2 number long", "attributeType" : "NumberLong", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 77, "id" : 1185, "formAttributeId" : 225, "displayValue" : "101", "textValues" : "101", "isoDateValue" : null }, { "value" : "https://mail.google.com/mail/u/0/", "attributeName" : "2 url", "attributeType" : "URL", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 81, "id" : 1189, "formAttributeId" : 229, "displayValue" : "<a style=\"font-size: 100%\" href=\"https://mail.google.com/mail/u/0/\" target=\"_blank\">https://mail.google.com/mail/u/0/</a>", "textValues" : "https://mail.google.com/mail/u/0/", "isoDateValue" : null }, { "value" : "I'm sorry, but besides the official documentation here I don't have anything on my own.\nDo you have any specific issues?\n\nMy biggest issue was how to actually create the objects and import configuration, so what I did at first was to let Insight automatically (try) to create the appropriate Insight objects and import configuration.\n\nDepending on the size of your LPAD infrastructure this may take quite some time and maybe even fail (as it happened to me).\n\nI attached you two screenshots of my configuration where I import information from our LDAP to a user object (called \"Benutzer\"), hope this may already be of help.", "attributeName" : "2 text area", "attributeType" : "TextArea", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 80, "id" : 1188, "formAttributeId" : 228, "displayValue" : "I'm sorry, but besides the official documentation here I don't have anything on my own.\nDo you have any specific issues?\n\nMy biggest issue was how to actually create the objects and import configuration, so what I did at first was to let Insight automatically (try) to create the appropriate Insight objects and import configuration.\n\nDepending on the size of your LPAD infrastructure this may take quite some time and maybe even fail (as it happened to me).\n\nI attached you two screenshots of my configuration where I import information from our LDAP to a user object (called \"Benutzer\"), hope this may already be of help.", "textValues" : "I'm sorry, but besides the official documentation here I don't have anything on my own.\nDo you have any specific issues?\n\nMy biggest issue was how to actually create the objects and import configuration, so what I did at first was to let Insight automatically (try) to create the appropriate Insight objects and import configuration.\n\nDepending on the size of your LPAD infrastructure this may take quite some time and maybe even fail (as it happened to me).\n\nI attached you two screenshots of my configuration where I import information from our LDAP to a user object (called \"Benutzer\"), hope this may already be of help.", "isoDateValue" : null } ], "customfieldId" : null, "optionId" : null, "inventoryItemListSize" : 17 },{ "id" : 3, "name" : "Prod Tomcat Server", "sortOrder" : 0, "objectSchemaId" : 1, "objectSchemaName" : "Default Asset Scheme", "formId" : 2, "formName" : "Servers", "created" : null, "createdFormatted" : null, "creator" : null, "attachments" : null, "inventoryItems" : [ { "value" : "apollon", "attributeName" : "Server Name", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 5, "id" : 7, "formAttributeId" : 6, "displayValue" : "apollon", "textValues" : "apollon", "isoDateValue" : null }, { "value" : "9989-2838-3434-8787", "attributeName" : "Serial Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 7, "id" : 9, "formAttributeId" : 8, "displayValue" : "9989-2838-3434-8787", "textValues" : "9989-2838-3434-8787", "isoDateValue" : null }, { "value" : "10.10.13.23", "attributeName" : "IP", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 6, "id" : 8, "formAttributeId" : 7, "displayValue" : "10.10.13.23", "textValues" : "10.10.13.23", "isoDateValue" : null } ], "customfieldId" : "customfield_10100", "optionId" : 10109, "inventoryItemListSize" : 3 }] }
Search for one asset with asset ID
{ "searchType": "basic", "listType": "detail", "genericKeyword": null, "queryIndexSearchParams": [ { "field": "asset.id", "keyword": "", "keywords": [], "fieldType": "LONG", "minNum": 151, "maxNum": null, "minDate": null, "maxDate": null, "range": false } ], "pageNumber": 1, "pageSize": 15, "sortDirection": "asc", "sortField": "asset.name", "sortType": "STRING" }
{ "queryIndexParam" : { "searchType" : "basic", "listType" : "detail", "genericKeyword" : null, "queryIndexSearchParams" : [ { "field" : "asset.id", "fieldLabel" : null, "keyword" : "", "keywords" : [ ], "fieldType" : "LONG", "minNum" : 151.0, "maxNum" : null, "minDate" : null, "maxDate" : null, "range" : false } ], "pageNumber" : 1, "pageSize" : 15, "sortDirection" : "asc", "sortField" : "asset.name", "sortType" : "STRING", "respTime" : 1558688608224 }, "recordIds" : [ null ], "queryPagingInfo" : { "pageRecordSize" : 1, "totalRecords" : 1, "totalPages" : 1, "pageNumber" : 1, "pageSize" : 15, "hasNext" : false }, "assets" : [{ "id" : 151, "name" : "*tolga", "sortOrder" : 0, "objectSchemaId" : 4, "objectSchemaName" : "Vendor Assets", "formId" : 26, "formName" : "Employee 2", "created" : 1558002699239, "createdFormatted" : "16/May/19 1:31 PM", "creator" : "tuncay", "attachments" : null, "inventoryItems" : [ { "value" : null, "attributeName" : "Employee ID", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 30, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "First Name", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 1, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Last Name", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 2, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "National ID Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 46, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "JIRA User", "attributeType" : "UserPicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 9, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Email", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 29, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Department", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 24, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Title", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 59, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Location", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 41, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Hire Date", "attributeType" : "DatePicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 32, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "End Date of Employment ", "attributeType" : "DatePicker", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 31, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Postal Address", "attributeType" : "TextArea", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 51, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Office Phone Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 48, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Mobile Phone Number", "attributeType" : "Text", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 43, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Marital Status", "attributeType" : "ListBox", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 42, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null }, { "value" : null, "attributeName" : "Gender", "attributeType" : "ListBox", "inventoryRefs" : [ ], "multiListValues" : [ ], "attributeId" : 4, "id" : 0, "formAttributeId" : 0, "displayValue" : "", "textValues" : null, "isoDateValue" : null } ], "customfieldId" : null, "optionId" : null, "inventoryItemListSize" : 16 }] }
Search for Asset Reference Type
{ "searchType": "basic", "listType": "list", "queryIndexSearchParams": [ { "field": "Mouse Inventory", "keyword": "", "keywords": [ "#26" ], "fieldType": "ASSETS_REF_BY_FORM", "range": true } ], "pageNumber": 1, "pageSize": 50, "sortDirection": "asc", "sortField": "asset.name" }
{ "queryIndexParam": { "querySource": "GENERIC_SEARCH", "searchType": "basic", "listType": "list", "genericKeyword": null, "mandatoryQueryIndexSearchParams": null, "queryIndexSearchParams": [ { "field": "Mouse Inventory", "fieldLabel": null, "keyword": "", "keywords": [ "#26" ], "fieldType": "ASSETS_REF_BY_FORM", "minNum": null, "maxNum": null, "minDate": null, "maxDate": null, "range": true } ], "orForQueryIndexSearchParams": false, "pageNumber": 1, "pageSize": 50, "sortDirection": "asc", "sortField": "asset.name", "sortType": "STRING", "respTime": 1572340566804 }, "recordIds": [ "111", "27", "137", "112", "28" ], "queryPagingInfo": { "pageRecordSize": 5, "totalRecords": 5, "totalPages": 1, "pageNumber": 1, "pageSize": 50, "hasNext": false }, "assets": [ { "id": 111, "name": "John Sober's Computer", "sortOrder": 0, "objectSchemaId": 2, "objectSchemaName": "HR Assets", "formId": 18, "formName": "Personal Computers 2", "created": 1556639367652, "createdFormatted": "30/Apr/19 6:49 PM", "creator": "admin", "updated": null, "updatedFormatted": null, "updatedBy": null, "attachments": null, "inventoryItems": [ { "value": "jsober", "attributeName": "Computer Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 4, "id": 1061, "formAttributeId": 182, "displayValue": "jsober", "textValues": "jsober", "isoDateValue": null }, { "value": "Macbook Pro 13\" 2016", "attributeName": "Model", "attributeType": "NumberLong", "inventoryRefs": [], "multiListValues": [], "attributeId": 35, "id": 1062, "formAttributeId": 183, "displayValue": "Macbook Pro 13\" 2016", "textValues": "Macbook Pro 13\" 2016", "isoDateValue": null }, { "value": null, "attributeName": "Vendor", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 60, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "John", "attributeName": "First Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 15, "id": 1063, "formAttributeId": 185, "displayValue": "John", "textValues": "John", "isoDateValue": null }, { "value": "Sober", "attributeName": "Last Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 27, "id": 1064, "formAttributeId": 186, "displayValue": "Sober", "textValues": "Sober", "isoDateValue": null }, { "value": "S34-88789-231", "attributeName": "Serial Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 50, "id": 1065, "formAttributeId": 187, "displayValue": "S34-88789-231", "textValues": "S34-88789-231", "isoDateValue": null }, { "value": "LSN-456743", "attributeName": "License Key", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 28, "id": 1066, "formAttributeId": 188, "displayValue": "LSN-456743", "textValues": "LSN-456743", "isoDateValue": null }, { "value": "192.168.23.45", "attributeName": "IP", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 21, "id": 1067, "formAttributeId": 189, "displayValue": "192.168.23.45", "textValues": "192.168.23.45", "isoDateValue": null }, { "value": null, "attributeName": "MAC Address", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 31, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": null, "attributeName": "Organization", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 45, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "Intel Core Duo 2.3 Ghz", "attributeName": "CPU", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 5, "id": 1068, "formAttributeId": 192, "displayValue": "Intel Core Duo 2.3 Ghz", "textValues": "Intel Core Duo 2.3 Ghz", "isoDateValue": null }, { "value": "4 GB", "attributeName": "Memory", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 33, "id": 1069, "formAttributeId": 193, "displayValue": "4 GB", "textValues": "4 GB", "isoDateValue": null }, { "value": null, "attributeName": "Storage Type", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 55, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "512 gb", "attributeName": "Storage Size", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 54, "id": 1070, "formAttributeId": 195, "displayValue": "512 gb", "textValues": "512 gb", "isoDateValue": null }, { "value": "", "attributeName": "Mouse Inventory", "attributeType": "InventoryListByForm", "inventoryRefs": [ { "id": 26, "name": "MOUSE-0001" } ], "multiListValues": [], "attributeId": 39, "id": 1071, "formAttributeId": 196, "displayValue": "<a style=\"font-size: 100%\" href=\"https://jira-test.snapbytes.com/secure/DashboardAIPAction!default.jspa#/browse/26\">MOUSE-0001</a>", "textValues": "MOUSE-0001", "isoDateValue": null }, { "value": null, "attributeName": "Operating System", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 44, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "20/Jun/16", "attributeName": "Date of Purchase", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 6, "id": 1072, "formAttributeId": 198, "displayValue": "20/Jun/16", "textValues": "20/Jun/16", "isoDateValue": "2016-06-20" }, { "value": "20/Jun/18", "attributeName": "Warranty Expiration Date", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 61, "id": 1073, "formAttributeId": 199, "displayValue": "20/Jun/18", "textValues": "20/Jun/18", "isoDateValue": "2018-06-20" }, { "value": "jsober", "attributeName": "JIRA User", "attributeType": "UserPicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 23, "id": 1074, "formAttributeId": 200, "displayValue": "jsober", "textValues": "jsober", "isoDateValue": null }, { "value": "aaa011", "attributeName": "AssetTag", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1, "id": 1075, "formAttributeId": 201, "displayValue": "aaa011", "textValues": "aaa011", "isoDateValue": null } ], "customfieldId": null, "optionId": 13351, "inventoryItemListSize": 20 }, { "id": 27, "name": "John Sober's Computer", "sortOrder": 0, "objectSchemaId": 1, "objectSchemaName": "IT Assets Scheme", "formId": 7, "formName": "Personal Computers", "created": 1548151371048, "createdFormatted": "22/Jan/19 1:02 PM", "creator": "admin", "updated": null, "updatedFormatted": null, "updatedBy": null, "attachments": "[ {\n \"originalFileName\" : \"3TCrqSnSHeU.jpg\",\n \"serverFileName\" : \"13963_49384_1551103997812.jpg\",\n \"fileSize\" : \"258 KB\",\n \"created\" : \"25/Feb/19 5:13 PM\",\n \"creator\" : \"admin\"\n} ]", "inventoryItems": [ { "value": "jsober", "attributeName": "Computer Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 4, "id": 204, "formAttributeId": 59, "displayValue": "jsober", "textValues": "jsober", "isoDateValue": null }, { "value": "Macbook Pro 13\" 2016", "attributeName": "Model", "attributeType": "NumberLong", "inventoryRefs": [], "multiListValues": [], "attributeId": 35, "id": 205, "formAttributeId": 60, "displayValue": "Macbook Pro 13\" 2016", "textValues": "Macbook Pro 13\" 2016", "isoDateValue": null }, { "value": "Gigabyte", "attributeName": "Vendor", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 60, "id": 886, "formAttributeId": 61, "displayValue": "Gigabyte", "textValues": "Gigabyte", "isoDateValue": null }, { "value": "John", "attributeName": "First Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 15, "id": 206, "formAttributeId": 62, "displayValue": "John", "textValues": "John", "isoDateValue": null }, { "value": "Sober", "attributeName": "Last Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 27, "id": 207, "formAttributeId": 63, "displayValue": "Sober", "textValues": "Sober", "isoDateValue": null }, { "value": "S34-88789-231", "attributeName": "Serial Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 50, "id": 208, "formAttributeId": 64, "displayValue": "S34-88789-231", "textValues": "S34-88789-231", "isoDateValue": null }, { "value": "LSN-456743", "attributeName": "License Key", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 28, "id": 209, "formAttributeId": 65, "displayValue": "LSN-456743", "textValues": "LSN-456743", "isoDateValue": null }, { "value": "192.168.23.45", "attributeName": "IP", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 21, "id": 210, "formAttributeId": 66, "displayValue": "192.168.23.45", "textValues": "192.168.23.45", "isoDateValue": null }, { "value": "12121:12121.1212:12121:", "attributeName": "MAC Address", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 31, "id": 889, "formAttributeId": 67, "displayValue": "12121:12121.1212:12121:", "textValues": "12121:12121.1212:12121:", "isoDateValue": null }, { "value": "System Department", "attributeName": "Organization", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 45, "id": 890, "formAttributeId": 68, "displayValue": "System Department", "textValues": "System Department", "isoDateValue": null }, { "value": "Intel Core Duo 2.3 Ghz", "attributeName": "CPU", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 5, "id": 211, "formAttributeId": 69, "displayValue": "Intel Core Duo 2.3 Ghz", "textValues": "Intel Core Duo 2.3 Ghz", "isoDateValue": null }, { "value": "4 GB", "attributeName": "Memory", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 33, "id": 212, "formAttributeId": 70, "displayValue": "4 GB", "textValues": "4 GB", "isoDateValue": null }, { "value": "SSD", "attributeName": "Storage Type", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 55, "id": 887, "formAttributeId": 71, "displayValue": "SSD", "textValues": "SSD", "isoDateValue": null }, { "value": "512 gb", "attributeName": "Storage Size", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 54, "id": 213, "formAttributeId": 72, "displayValue": "512 gb", "textValues": "512 gb", "isoDateValue": null }, { "value": "", "attributeName": "Mouse Inventory", "attributeType": "InventoryListByForm", "inventoryRefs": [ { "id": 26, "name": "MOUSE-0001" } ], "multiListValues": [], "attributeId": 39, "id": 214, "formAttributeId": 73, "displayValue": "<a style=\"font-size: 100%\" href=\"https://jira-test.snapbytes.com/secure/DashboardAIPAction!default.jspa#/browse/26\">MOUSE-0001</a>", "textValues": "MOUSE-0001", "isoDateValue": null }, { "value": "Fedora Linux", "attributeName": "Operating System", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 44, "id": 888, "formAttributeId": 74, "displayValue": "Fedora Linux", "textValues": "Fedora Linux", "isoDateValue": null }, { "value": "20/Jun/16", "attributeName": "Date of Purchase", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 6, "id": 215, "formAttributeId": 75, "displayValue": "20/Jun/16", "textValues": "20/Jun/16", "isoDateValue": "2016-06-20" }, { "value": "20/Jun/18", "attributeName": "Warranty Expiration Date", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 61, "id": 216, "formAttributeId": 76, "displayValue": "20/Jun/18", "textValues": "20/Jun/18", "isoDateValue": "2018-06-20" }, { "value": "jsober", "attributeName": "JIRA User", "attributeType": "UserPicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 23, "id": 217, "formAttributeId": 77, "displayValue": "jsober", "textValues": "jsober", "isoDateValue": null }, { "value": "aaa011", "attributeName": "AssetTag", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1, "id": 218, "formAttributeId": 78, "displayValue": "aaa011", "textValues": "aaa011", "isoDateValue": null } ], "customfieldId": null, "optionId": 13351, "inventoryItemListSize": 20 }, { "id": 137, "name": "tolga", "sortOrder": 0, "objectSchemaId": 2, "objectSchemaName": "HR Assets", "formId": 27, "formName": "abc", "created": 1559045842930, "createdFormatted": "28/May/19 3:17 PM", "creator": "admin", "updated": 1564743849655, "updatedFormatted": "02/Aug/19 2:04 PM", "updatedBy": "admin", "attachments": null, "inventoryItems": [ { "value": "adasdasd", "attributeName": "AssetTag", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1, "id": 1799, "formAttributeId": 277, "displayValue": "adasdasd", "textValues": "adasdasd", "isoDateValue": null }, { "value": "", "attributeName": "Keyboard Inventory", "attributeType": "InventoryListByForm", "inventoryRefs": [ { "id": 70, "name": "Keyboard 10" }, { "id": 71, "name": "Keyboard 11" } ], "multiListValues": [], "attributeId": 24, "id": 1800, "formAttributeId": 278, "displayValue": "<a style=\"font-size: 100%\" href=\"https://jira-test.snapbytes.com/secure/DashboardAIPAction!default.jspa#/browse/70\">Keyboard 10</a>, <a style=\"font-size: 100%\" href=\"https://jira-test.snapbytes.com/secure/DashboardAIPAction!default.jspa#/browse/71\">Keyboard 11</a>", "textValues": "Keyboard 10;Keyboard 11", "isoDateValue": null }, { "value": "", "attributeName": "Mouse Inventory", "attributeType": "InventoryListByForm", "inventoryRefs": [ { "id": 25, "name": "MOUSE-0002" }, { "id": 26, "name": "MOUSE-0001" }, { "id": 24, "name": "MOUSE-0003" } ], "multiListValues": [], "attributeId": 39, "id": 1801, "formAttributeId": 279, "displayValue": "<a style=\"font-size: 100%\" href=\"https://jira-test.snapbytes.com/secure/DashboardAIPAction!default.jspa#/browse/25\">MOUSE-0002</a>, <a style=\"font-size: 100%\" href=\"https://jira-test.snapbytes.com/secure/DashboardAIPAction!default.jspa#/browse/26\">MOUSE-0001</a>, <a style=\"font-size: 100%\" href=\"https://jira-test.snapbytes.com/secure/DashboardAIPAction!default.jspa#/browse/24\">MOUSE-0003</a>", "textValues": "MOUSE-0002;MOUSE-0001;MOUSE-0003", "isoDateValue": null }, { "value": null, "attributeName": "Gender", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 16, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null } ], "customfieldId": null, "optionId": null, "inventoryItemListSize": 4 }, { "id": 112, "name": "Tuncay's computer", "sortOrder": 0, "objectSchemaId": 2, "objectSchemaName": "HR Assets", "formId": 18, "formName": "Personal Computers 2", "created": 1556639367793, "createdFormatted": "30/Apr/19 6:49 PM", "creator": "admin", "updated": null, "updatedFormatted": null, "updatedBy": null, "attachments": null, "inventoryItems": [ { "value": "tsenturk", "attributeName": "Computer Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 4, "id": 1076, "formAttributeId": 182, "displayValue": "tsenturk", "textValues": "tsenturk", "isoDateValue": null }, { "value": "Macbook Pro 13\" 2017", "attributeName": "Model", "attributeType": "NumberLong", "inventoryRefs": [], "multiListValues": [], "attributeId": 35, "id": 1077, "formAttributeId": 183, "displayValue": "Macbook Pro 13\" 2017", "textValues": "Macbook Pro 13\" 2017", "isoDateValue": null }, { "value": null, "attributeName": "Vendor", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 60, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "Tuncay", "attributeName": "First Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 15, "id": 1078, "formAttributeId": 185, "displayValue": "Tuncay", "textValues": "Tuncay", "isoDateValue": null }, { "value": "Senturk", "attributeName": "Last Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 27, "id": 1079, "formAttributeId": 186, "displayValue": "Senturk", "textValues": "Senturk", "isoDateValue": null }, { "value": "S23-33422-3434", "attributeName": "Serial Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 50, "id": 1080, "formAttributeId": 187, "displayValue": "S23-33422-3434", "textValues": "S23-33422-3434", "isoDateValue": null }, { "value": "LSN-23423211", "attributeName": "License Key", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 28, "id": 1081, "formAttributeId": 188, "displayValue": "LSN-23423211", "textValues": "LSN-23423211", "isoDateValue": null }, { "value": "192.168.12.23", "attributeName": "IP", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 21, "id": 1082, "formAttributeId": 189, "displayValue": "192.168.12.23", "textValues": "192.168.12.23", "isoDateValue": null }, { "value": "00:00:00:a1:2b:cc", "attributeName": "MAC Address", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 31, "id": 1083, "formAttributeId": 190, "displayValue": "00:00:00:a1:2b:cc", "textValues": "00:00:00:a1:2b:cc", "isoDateValue": null }, { "value": null, "attributeName": "Organization", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 45, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "Intel Core i7 3.5Ghz", "attributeName": "CPU", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 5, "id": 1084, "formAttributeId": 192, "displayValue": "Intel Core i7 3.5Ghz", "textValues": "Intel Core i7 3.5Ghz", "isoDateValue": null }, { "value": "8 GB", "attributeName": "Memory", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 33, "id": 1085, "formAttributeId": 193, "displayValue": "8 GB", "textValues": "8 GB", "isoDateValue": null }, { "value": null, "attributeName": "Storage Type", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 55, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "512 gb", "attributeName": "Storage Size", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 54, "id": 1086, "formAttributeId": 195, "displayValue": "512 gb", "textValues": "512 gb", "isoDateValue": null }, { "value": "", "attributeName": "Mouse Inventory", "attributeType": "InventoryListByForm", "inventoryRefs": [ { "id": 26, "name": "MOUSE-0001" } ], "multiListValues": [], "attributeId": 39, "id": 1087, "formAttributeId": 196, "displayValue": "<a style=\"font-size: 100%\" href=\"https://jira-test.snapbytes.com/secure/DashboardAIPAction!default.jspa#/browse/26\">MOUSE-0001</a>", "textValues": "MOUSE-0001", "isoDateValue": null }, { "value": null, "attributeName": "Operating System", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 44, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "5/Jun/17", "attributeName": "Date of Purchase", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 6, "id": 1088, "formAttributeId": 198, "displayValue": "5/Jun/17", "textValues": "5/Jun/17", "isoDateValue": "2017-06-05" }, { "value": "5/Jun/19", "attributeName": "Warranty Expiration Date", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 61, "id": 1089, "formAttributeId": 199, "displayValue": "5/Jun/19", "textValues": "5/Jun/19", "isoDateValue": "2019-06-05" }, { "value": "tuncay", "attributeName": "JIRA User", "attributeType": "UserPicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 23, "id": 1090, "formAttributeId": 200, "displayValue": "tuncay", "textValues": "tuncay", "isoDateValue": null }, { "value": "1231231231", "attributeName": "AssetTag", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1, "id": 1091, "formAttributeId": 201, "displayValue": "1231231231", "textValues": "1231231231", "isoDateValue": null } ], "customfieldId": null, "optionId": 13347, "inventoryItemListSize": 20 }, { "id": 28, "name": "Tuncay's computer", "sortOrder": 0, "objectSchemaId": 1, "objectSchemaName": "IT Assets Scheme", "formId": 7, "formName": "Personal Computers", "created": 1548151371301, "createdFormatted": "22/Jan/19 1:02 PM", "creator": "admin", "updated": null, "updatedFormatted": null, "updatedBy": null, "attachments": null, "inventoryItems": [ { "value": "tsenturk", "attributeName": "Computer Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 4, "id": 219, "formAttributeId": 59, "displayValue": "tsenturk", "textValues": "tsenturk", "isoDateValue": null }, { "value": "Macbook Pro 13\" 2017", "attributeName": "Model", "attributeType": "NumberLong", "inventoryRefs": [], "multiListValues": [], "attributeId": 35, "id": 220, "formAttributeId": 60, "displayValue": "Macbook Pro 13\" 2017", "textValues": "Macbook Pro 13\" 2017", "isoDateValue": null }, { "value": null, "attributeName": "Vendor", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 60, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "Tuncay", "attributeName": "First Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 15, "id": 221, "formAttributeId": 62, "displayValue": "Tuncay", "textValues": "Tuncay", "isoDateValue": null }, { "value": "Senturk", "attributeName": "Last Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 27, "id": 222, "formAttributeId": 63, "displayValue": "Senturk", "textValues": "Senturk", "isoDateValue": null }, { "value": "S23-33422-3434", "attributeName": "Serial Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 50, "id": 223, "formAttributeId": 64, "displayValue": "S23-33422-3434", "textValues": "S23-33422-3434", "isoDateValue": null }, { "value": "LSN-23423211", "attributeName": "License Key", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 28, "id": 224, "formAttributeId": 65, "displayValue": "LSN-23423211", "textValues": "LSN-23423211", "isoDateValue": null }, { "value": "192.168.12.23", "attributeName": "IP", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 21, "id": 225, "formAttributeId": 66, "displayValue": "192.168.12.23", "textValues": "192.168.12.23", "isoDateValue": null }, { "value": "00:00:00:a1:2b:cc", "attributeName": "MAC Address", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 31, "id": 226, "formAttributeId": 67, "displayValue": "00:00:00:a1:2b:cc", "textValues": "00:00:00:a1:2b:cc", "isoDateValue": null }, { "value": null, "attributeName": "Organization", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 45, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "Intel Core i7 3.5Ghz", "attributeName": "CPU", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 5, "id": 227, "formAttributeId": 69, "displayValue": "Intel Core i7 3.5Ghz", "textValues": "Intel Core i7 3.5Ghz", "isoDateValue": null }, { "value": "8 GB", "attributeName": "Memory", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 33, "id": 228, "formAttributeId": 70, "displayValue": "8 GB", "textValues": "8 GB", "isoDateValue": null }, { "value": null, "attributeName": "Storage Type", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 55, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "512 gb", "attributeName": "Storage Size", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 54, "id": 229, "formAttributeId": 72, "displayValue": "512 gb", "textValues": "512 gb", "isoDateValue": null }, { "value": "", "attributeName": "Mouse Inventory", "attributeType": "InventoryListByForm", "inventoryRefs": [ { "id": 26, "name": "MOUSE-0001" } ], "multiListValues": [], "attributeId": 39, "id": 230, "formAttributeId": 73, "displayValue": "<a style=\"font-size: 100%\" href=\"https://jira-test.snapbytes.com/secure/DashboardAIPAction!default.jspa#/browse/26\">MOUSE-0001</a>", "textValues": "MOUSE-0001", "isoDateValue": null }, { "value": null, "attributeName": "Operating System", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 44, "id": 0, "formAttributeId": 0, "displayValue": "", "textValues": null, "isoDateValue": null }, { "value": "5/Jun/17", "attributeName": "Date of Purchase", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 6, "id": 231, "formAttributeId": 75, "displayValue": "5/Jun/17", "textValues": "5/Jun/17", "isoDateValue": "2017-06-05" }, { "value": "5/Jun/19", "attributeName": "Warranty Expiration Date", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 61, "id": 232, "formAttributeId": 76, "displayValue": "5/Jun/19", "textValues": "5/Jun/19", "isoDateValue": "2019-06-05" }, { "value": "tuncay", "attributeName": "JIRA User", "attributeType": "UserPicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 23, "id": 233, "formAttributeId": 77, "displayValue": "tuncay", "textValues": "tuncay", "isoDateValue": null }, { "value": "1231231231", "attributeName": "AssetTag", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1, "id": 234, "formAttributeId": 78, "displayValue": "1231231231", "textValues": "1231231231", "isoDateValue": null } ], "customfieldId": null, "optionId": 13347, "inventoryItemListSize": 20 } ] }
Search for Status and Substatus (System Field)
{ "querySource": "GENERIC_SEARCH", "searchType": "basic", "listType": "detail", "queryIndexSearchParams": [ { "field": "asset.status", "keyword": "", "keywords": [ "1" ], "fieldType": "LIST", "range": true, "not": false, "searchEmpty": null }, { "field": "asset.substatus", "keywords": [ "2" ], "fieldType": "LIST", "not": false, "searchEmpty": null } ], "pageNumber": 1, "pageSize": 100, "sortDirection": "asc", "sortField": "asset.id", "sortType": "LONG", "respTime": 1589298469822 }
{ "queryIndexParam": { "querySource": "GENERIC_SEARCH", "searchType": "basic", "listType": "detail", "queryIndexSearchParams": [ { "field": "asset.status", "keyword": "", "keywords": [ "1" ], "fieldType": "LIST", "range": true, "not": false }, { "field": "asset.substatus", "keywords": [ "2" ], "fieldType": "LIST", "not": false } ], "pageNumber": 1, "pageSize": 100, "sortDirection": "asc", "sortField": "asset.id", "sortType": "LONG", "respTime": 1589303841038 }, "recordIds": [ "3119", "3182", "3183", "3186", "3189" ], "queryPagingInfo": { "pageRecordSize": 5, "totalRecords": 5, "totalPages": 1, "pageNumber": 1, "pageSize": 100, "hasNext": false }, "assets": [ { "id": 3119, "name": "Test 23", "sortOrder": 0, "objectSchemaId": 63, "objectSchemaName": "Default Asset Types", "formId": 490, "formName": "Assets with all type of fields", "created": 1587726929224, "createdFormatted": "24/Apr/20 2:15 PM", "creator": "admin", "updated": 1589300343959, "updatedFormatted": "12/May/20 7:19 PM", "updatedBy": "admin", "creatorUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "updatedByUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "inventoryItems": [ { "value": "", "attributeName": "Asset List", "attributeType": "InventoryList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1233, "id": 25633, "formAttributeId": 4666, "displayValue": "", "user": null, "textValues": "", "isoDateValue": null }, { "value": "", "attributeName": "Asset List by Asset Types", "attributeType": "InventoryListByForm", "inventoryRefs": [ { "id": 3183, "name": "Example asset 2" } ], "multiListValues": [], "attributeId": 1234, "id": 25634, "formAttributeId": 4667, "displayValue": "<a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/3183\">Example asset 2</a>", "user": null, "textValues": "Example asset 2", "isoDateValue": null }, { "value": "", "attributeName": "Checkbox", "attributeType": "CheckboxList", "inventoryRefs": [], "multiListValues": [ "Ada", "Bal" ], "attributeId": 1242, "id": 25635, "formAttributeId": 4668, "displayValue": "Ada, Bal", "user": null, "textValues": "Ada;Bal", "isoDateValue": null }, { "value": "5/Jul/19", "attributeName": "Date Picker", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1244, "id": 25636, "formAttributeId": 4669, "displayValue": "5/Jul/19", "user": null, "textValues": "5/Jul/19", "isoDateValue": "2019-07-05" }, { "value": "05/Jul/19 2:00 PM", "attributeName": "Date Time Picker", "attributeType": "DatetimePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1245, "id": 25637, "formAttributeId": 4670, "displayValue": "05/Jul/19 2:00 PM", "user": null, "textValues": "05/Jul/19 2:00 PM", "isoDateValue": "2019-07-05T14:00" }, { "value": "Ada", "attributeName": "Dropdown list", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1253, "id": 25638, "formAttributeId": 4671, "displayValue": "Ada", "user": null, "textValues": "Ada", "isoDateValue": null }, { "value": "213.74.44.193", "attributeName": "IP v1", "attributeType": "IP", "inventoryRefs": [], "multiListValues": [], "attributeId": 1264, "id": 25639, "formAttributeId": 4672, "displayValue": "213.74.44.193", "user": null, "textValues": "213.74.44.193", "isoDateValue": null }, { "value": "2001:0db8:85a3:0000:0000:8a2e:0370:7334", "attributeName": "IPv6", "attributeType": "IPv6", "inventoryRefs": [], "multiListValues": [], "attributeId": 1265, "id": 25640, "formAttributeId": 4673, "displayValue": "2001:0db8:85a3:0000:0000:8a2e:0370:7334", "user": null, "textValues": "2001:0db8:85a3:0000:0000:8a2e:0370:7334", "isoDateValue": null }, { "value": "admin(admin)", "attributeName": "Jira User Picker", "attributeType": "UserPicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1269, "id": 25641, "formAttributeId": 4674, "displayValue": "admin(admin)", "user": null, "textValues": "admin(admin)", "isoDateValue": null }, { "value": "Ada", "attributeName": "List Box", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 1277, "id": 25642, "formAttributeId": 4675, "displayValue": "Ada", "user": null, "textValues": "Ada", "isoDateValue": null }, { "value": "", "attributeName": "List Box - Multiple", "attributeType": "ListBoxMultiple", "inventoryRefs": [], "multiListValues": [ "Izm", "Mug" ], "attributeId": 1278, "id": 25643, "formAttributeId": 4676, "displayValue": "Izm, Mug", "user": null, "textValues": "Izm;Mug", "isoDateValue": null }, { "value": "10.8", "attributeName": "Number Float", "attributeType": "NumberFloat", "inventoryRefs": [], "multiListValues": [], "attributeId": 1291, "id": 25644, "formAttributeId": 4677, "displayValue": "10.8", "user": null, "textValues": "10.8", "isoDateValue": null }, { "value": "12", "attributeName": "Number Long", "attributeType": "NumberLong", "inventoryRefs": [], "multiListValues": [], "attributeId": 1292, "id": 25645, "formAttributeId": 4678, "displayValue": "12", "user": null, "textValues": "12", "isoDateValue": null }, { "value": "Bal", "attributeName": "Radio Button", "attributeType": "RadioButtonList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1299, "id": 25646, "formAttributeId": 4679, "displayValue": "Bal", "user": null, "textValues": "Bal", "isoDateValue": null }, { "value": "yedi sample data from summary", "attributeName": "Text", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1312, "id": 25647, "formAttributeId": 4680, "displayValue": "yedi sample data from summary", "user": null, "textValues": "yedi sample data from summary", "isoDateValue": null }, { "value": "yedi\n sample data from summary", "attributeName": "TextArea", "attributeType": "TextArea", "inventoryRefs": [], "multiListValues": [], "attributeId": 1313, "id": 25648, "formAttributeId": 4681, "displayValue": "yedi\n sample data from summary", "user": null, "textValues": "yedi\n sample data from summary", "isoDateValue": null }, { "value": "http://www.snapbytes.com/", "attributeName": "URL", "attributeType": "URL", "inventoryRefs": [], "multiListValues": [], "attributeId": 1315, "id": 25649, "formAttributeId": 4682, "displayValue": "<a style=\"font-size: 100%\" href=\"http://www.snapbytes.com/\" target=\"_blank\">http://www.snapbytes.com/</a>", "user": null, "textValues": "http://www.snapbytes.com/", "isoDateValue": null }, { "value": null, "attributeName": "1a", "attributeType": "TextArea", "inventoryRefs": [], "multiListValues": [], "attributeId": 1215, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": null, "attributeName": "2 asset list", "attributeType": "InventoryList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1220, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null } ], "systemFields": [ { "fieldName": "asset.substatus", "value": "2" }, { "fieldName": "asset.status", "value": "1" } ], "inventoryItemListSize": 19 }, { "id": 3182, "name": "PC-Bubu", "sortOrder": 0, "objectSchemaId": 63, "objectSchemaName": "Default Asset Types", "formId": 491, "formName": "Computer", "created": 1587726939053, "createdFormatted": "24/Apr/20 2:15 PM", "creator": "admin", "updated": 1589300345791, "updatedFormatted": "12/May/20 7:19 PM", "updatedBy": "admin", "attachments": "[ {\n \"originalFileName\" : \"agriculture-barn-beautiful-259637.jpg\",\n \"serverFileName\" : \"10353_25406_1572890005531.jpg\",\n \"fileSize\" : \"1020 KB\",\n \"created\" : \"04/Nov/19 7:53 PM\",\n \"creator\" : \"admin\"\n} ]", "creatorUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "updatedByUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "inventoryItems": [ { "value": "wrkStald - 001 - is updated", "attributeName": "wrkStald", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1324, "id": 26380, "formAttributeId": 4685, "displayValue": "wrkStald - 001 - is updated", "user": null, "textValues": "wrkStald - 001 - is updated", "isoDateValue": null }, { "value": "Asset Tag Number - 001", "attributeName": "Asset Tag Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1235, "id": 26381, "formAttributeId": 4686, "displayValue": "Asset Tag Number - 001", "user": null, "textValues": "Asset Tag Number - 001", "isoDateValue": null }, { "value": "Serial Number - 001", "attributeName": "Serial Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1304, "id": 26382, "formAttributeId": 4687, "displayValue": "Serial Number - 001", "user": null, "textValues": "Serial Number - 001", "isoDateValue": null }, { "value": "System Name - 002 - is updated", "attributeName": "System Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1310, "id": 26383, "formAttributeId": 4688, "displayValue": "System Name - 002 - is updated", "user": null, "textValues": "System Name - 002 - is updated", "isoDateValue": null }, { "value": "Oscar Wilde", "attributeName": "Business Contact", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1240, "id": 26384, "formAttributeId": 4689, "displayValue": "Oscar Wilde", "user": null, "textValues": "Oscar Wilde", "isoDateValue": null }, { "value": "", "attributeName": "Checkbox", "attributeType": "CheckboxList", "inventoryRefs": [], "multiListValues": [ "" ], "attributeId": 1242, "id": 27638, "formAttributeId": 4690, "displayValue": "", "user": null, "textValues": "", "isoDateValue": null }, { "value": null, "attributeName": "Asset List", "attributeType": "InventoryList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1233, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": "asd", "attributeName": "Device Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1250, "id": 27639, "formAttributeId": 4692, "displayValue": "asd", "user": null, "textValues": "asd", "isoDateValue": null }, { "value": null, "attributeName": "Date Picker", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1244, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": null, "attributeName": "Date Time Picker", "attributeType": "DatetimePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1245, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null } ], "systemFields": [ { "fieldName": "asset.quantity", "value": "" }, { "fieldName": "asset.managedBy", "value": "" }, { "fieldName": "asset.costCurrency", "value": "" }, { "fieldName": "asset.reservedFor", "value": "" }, { "fieldName": "asset.substatus", "value": "2" }, { "fieldName": "asset.assignee", "value": "" }, { "fieldName": "asset.belongsToGroup", "value": "" }, { "fieldName": "asset.owner", "value": "" }, { "fieldName": "asset.cost", "value": "" }, { "fieldName": "asset.location", "value": "" }, { "fieldName": "asset.serialNumber", "value": "" }, { "fieldName": "asset.status", "value": "1" }, { "fieldName": "asset.invoiceNumber", "value": "" } ], "inventoryItemListSize": 10 }, { "id": 3183, "name": "Example asset 2", "sortOrder": 0, "objectSchemaId": 63, "objectSchemaName": "Default Asset Types", "formId": 491, "formName": "Computer", "created": 1587726939130, "createdFormatted": "24/Apr/20 2:15 PM", "creator": "admin", "updated": 1589300346218, "updatedFormatted": "12/May/20 7:19 PM", "updatedBy": "admin", "creatorUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "updatedByUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "inventoryItems": [ { "value": "wrkStald - 002", "attributeName": "wrkStald", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1324, "id": 26385, "formAttributeId": 4685, "displayValue": "wrkStald - 002", "user": null, "textValues": "wrkStald - 002", "isoDateValue": null }, { "value": "Asset Tag Number - 002", "attributeName": "Asset Tag Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1235, "id": 26386, "formAttributeId": 4686, "displayValue": "Asset Tag Number - 002", "user": null, "textValues": "Asset Tag Number - 002", "isoDateValue": null }, { "value": "Serial Number - 002", "attributeName": "Serial Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1304, "id": 26387, "formAttributeId": 4687, "displayValue": "Serial Number - 002", "user": null, "textValues": "Serial Number - 002", "isoDateValue": null }, { "value": "System Name - 002", "attributeName": "System Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1310, "id": 26388, "formAttributeId": 4688, "displayValue": "System Name - 002", "user": null, "textValues": "System Name - 002", "isoDateValue": null }, { "value": "Franz Wilde", "attributeName": "Business Contact", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1240, "id": 26389, "formAttributeId": 4689, "displayValue": "Franz Wilde", "user": null, "textValues": "Franz Wilde", "isoDateValue": null }, { "value": "", "attributeName": "Checkbox", "attributeType": "CheckboxList", "inventoryRefs": [], "multiListValues": [ "" ], "attributeId": 1242, "id": 27608, "formAttributeId": 4690, "displayValue": "", "user": null, "textValues": "", "isoDateValue": null }, { "value": null, "attributeName": "Asset List", "attributeType": "InventoryList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1233, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": "asd", "attributeName": "Device Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1250, "id": 27609, "formAttributeId": 4692, "displayValue": "asd", "user": null, "textValues": "asd", "isoDateValue": null }, { "value": null, "attributeName": "Date Picker", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1244, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": null, "attributeName": "Date Time Picker", "attributeType": "DatetimePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1245, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null } ], "systemFields": [ { "fieldName": "asset.quantity", "value": "" }, { "fieldName": "asset.managedBy", "value": "" }, { "fieldName": "asset.costCurrency", "value": "" }, { "fieldName": "asset.reservedFor", "value": "" }, { "fieldName": "asset.substatus", "value": "2" }, { "fieldName": "asset.assignee", "value": "" }, { "fieldName": "asset.belongsToGroup", "value": "" }, { "fieldName": "asset.owner", "value": "" }, { "fieldName": "asset.cost", "value": "" }, { "fieldName": "asset.location", "value": "" }, { "fieldName": "asset.serialNumber", "value": "" }, { "fieldName": "asset.status", "value": "1" }, { "fieldName": "asset.invoiceNumber", "value": "" } ], "inventoryItemListSize": 10 }, { "id": 3186, "name": "Computer Test", "sortOrder": 0, "objectSchemaId": 63, "objectSchemaName": "Default Asset Types", "formId": 491, "formName": "Computer", "created": 1587726939387, "createdFormatted": "24/Apr/20 2:15 PM", "creator": "admin", "updated": 1589300347039, "updatedFormatted": "12/May/20 7:19 PM", "updatedBy": "admin", "creatorUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "updatedByUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "inventoryItems": [ { "value": "1", "attributeName": "wrkStald", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1324, "id": 26396, "formAttributeId": 4685, "displayValue": "1", "user": null, "textValues": "1", "isoDateValue": null }, { "value": "pandas and monkeys", "attributeName": "Asset Tag Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1235, "id": 26397, "formAttributeId": 4686, "displayValue": "pandas and monkeys", "user": null, "textValues": "pandas and monkeys", "isoDateValue": null }, { "value": null, "attributeName": "Serial Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1304, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": "System Name 1", "attributeName": "System Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1310, "id": 26398, "formAttributeId": 4688, "displayValue": "System Name 1", "user": null, "textValues": "System Name 1", "isoDateValue": null }, { "value": "agrant-sd-demo", "attributeName": "Business Contact", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1240, "id": 26399, "formAttributeId": 4689, "displayValue": "agrant-sd-demo", "user": null, "textValues": "agrant-sd-demo", "isoDateValue": null }, { "value": "", "attributeName": "Checkbox", "attributeType": "CheckboxList", "inventoryRefs": [], "multiListValues": [ "Ada", "Bal", "Bur" ], "attributeId": 1242, "id": 26400, "formAttributeId": 4690, "displayValue": "Ada, Bal, Bur", "user": null, "textValues": "Ada;Bal;Bur", "isoDateValue": null }, { "value": "", "attributeName": "Asset List", "attributeType": "InventoryList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1233, "id": 26401, "formAttributeId": 4691, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": "asd", "attributeName": "Device Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1250, "id": 26402, "formAttributeId": 4692, "displayValue": "asd", "user": null, "textValues": "asd", "isoDateValue": null }, { "value": "20/Apr/20", "attributeName": "Date Picker", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1244, "id": 26403, "formAttributeId": 4693, "displayValue": "20/Apr/20", "user": null, "textValues": "20/Apr/20", "isoDateValue": "2020-04-20" }, { "value": "21/Apr/20 10:03 AM", "attributeName": "Date Time Picker", "attributeType": "DatetimePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1245, "id": 26404, "formAttributeId": 4694, "displayValue": "21/Apr/20 10:03 AM", "user": null, "textValues": "21/Apr/20 10:03 AM", "isoDateValue": "2020-04-21T10:03" } ], "systemFields": [ { "fieldName": "asset.quantity", "value": "1" }, { "fieldName": "asset.managedBy", "value": "JIRAUSER18000", "applicationUser": { "key": "JIRAUSER18000", "username": "ffenster", "name": "ffenster", "directoryId": 1, "emailAddress": "ffenster@example.com", "displayName": "Fred Fenster", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10122", "active": true }, "displayValue": "Fred Fenster [ffenster]" }, { "fieldName": "asset.costCurrency", "value": "USD" }, { "fieldName": "asset.substatus", "value": "2" }, { "fieldName": "asset.belongsToGroup", "value": "" }, { "fieldName": "asset.owner", "value": "kemal", "applicationUser": { "key": "kemal", "username": "kemal", "name": "kemal", "directoryId": 1, "emailAddress": "kemal@example.com", "displayName": "Kemal Bayindir", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10122", "active": true }, "displayValue": "Kemal Bayindir [kemal]" }, { "fieldName": "asset.cost", "value": "1000" }, { "fieldName": "asset.location", "value": "1" }, { "fieldName": "asset.serialNumber", "value": "1" }, { "fieldName": "asset.status", "value": "1" }, { "fieldName": "asset.invoiceNumber", "value": "1000000" } ], "inventoryItemListSize": 10 }, { "id": 3189, "name": "Computer 013", "sortOrder": 0, "objectSchemaId": 63, "objectSchemaName": "Default Asset Types", "formId": 491, "formName": "Computer", "created": 1587726939628, "createdFormatted": "24/Apr/20 2:15 PM", "creator": "admin", "updated": 1589300347277, "updatedFormatted": "12/May/20 7:19 PM", "updatedBy": "admin", "creatorUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "updatedByUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "inventoryItems": [ { "value": "13", "attributeName": "wrkStald", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1324, "id": 26411, "formAttributeId": 4685, "displayValue": "13", "user": null, "textValues": "13", "isoDateValue": null }, { "value": null, "attributeName": "Asset Tag Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1235, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": null, "attributeName": "Serial Number", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1304, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": "System Name 13", "attributeName": "System Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1310, "id": 26412, "formAttributeId": 4688, "displayValue": "System Name 13", "user": null, "textValues": "System Name 13", "isoDateValue": null }, { "value": "agrant-sd-demo", "attributeName": "Business Contact", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1240, "id": 26413, "formAttributeId": 4689, "displayValue": "agrant-sd-demo", "user": null, "textValues": "agrant-sd-demo", "isoDateValue": null }, { "value": "", "attributeName": "Checkbox", "attributeType": "CheckboxList", "inventoryRefs": [], "multiListValues": [ "" ], "attributeId": 1242, "id": 27646, "formAttributeId": 4690, "displayValue": "", "user": null, "textValues": "", "isoDateValue": null }, { "value": null, "attributeName": "Asset List", "attributeType": "InventoryList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1233, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": "asd", "attributeName": "Device Name", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1250, "id": 27647, "formAttributeId": 4692, "displayValue": "asd", "user": null, "textValues": "asd", "isoDateValue": null }, { "value": null, "attributeName": "Date Picker", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1244, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null }, { "value": null, "attributeName": "Date Time Picker", "attributeType": "DatetimePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1245, "id": 0, "formAttributeId": 0, "displayValue": "", "user": null, "textValues": null, "isoDateValue": null } ], "systemFields": [ { "fieldName": "asset.quantity", "value": "1" }, { "fieldName": "asset.managedBy", "value": "JIRAUSER18000", "applicationUser": { "key": "JIRAUSER18000", "username": "ffenster", "name": "ffenster", "directoryId": 1, "emailAddress": "ffenster@example.com", "displayName": "Fred Fenster", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10122", "active": true }, "displayValue": "Fred Fenster [ffenster]" }, { "fieldName": "asset.costCurrency", "value": "USD" }, { "fieldName": "asset.reservedFor", "value": "" }, { "fieldName": "asset.substatus", "value": "2" }, { "fieldName": "asset.assignee", "value": "" }, { "fieldName": "asset.belongsToGroup", "value": "[ \"jira-developers\" ]", "displayValue": "jira-developers" }, { "fieldName": "asset.owner", "value": "" }, { "fieldName": "asset.cost", "value": "1000" }, { "fieldName": "asset.location", "value": "1" }, { "fieldName": "asset.serialNumber", "value": "13" }, { "fieldName": "asset.status", "value": "1" }, { "fieldName": "asset.invoiceNumber", "value": "1000012" } ], "inventoryItemListSize": 10 } ] }
Search for All Fields
{ "querySource": "GENERIC_SEARCH", "searchType": "basic", "listType": "detail", "queryIndexSearchParams": [ { "field": "asset.id", "keyword": "", "keywords": [], "fieldType": "LONG", "minNum": 3378, "range": false }, { "field": "asset.status", "keyword": "", "keywords": [ "1" ], "fieldType": "LIST", "range": true }, { "field": "asset.assignee", "keyword": "", "keywords": [ "JIRAUSER18000" ], "fieldType": "LIST", "range": true }, { "field": "asset.owner", "keyword": "", "keywords": [ "$currentUser" ], "fieldType": "LIST", "range": true }, { "field": "asset.managedBy", "keyword": "", "keywords": [ "agrant-sd-demo" ], "fieldType": "LIST", "range": true }, { "field": "asset.belongsToGroup", "keyword": "", "keywords": [ "jira-administrators" ], "fieldType": "STRING", "range": true }, { "field": "asset.quantity", "keyword": "", "keywords": [], "fieldType": "LONG", "minNum": 1, "maxNum": 20, "range": true }, { "field": "asset.assetTag", "keyword": "Tag", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.serialNumber", "keyword": "AS123A9812947", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.installDate", "keyword": "", "keywords": [], "fieldType": "DATE", "minDate": "2020-04-30", "maxDate": "2020-05-12", "range": true }, { "field": "asset.location", "keyword": "", "keywords": [ "3" ], "fieldType": "LIST", "range": true }, { "field": "asset.cost", "keyword": "", "keywords": [], "fieldType": "DOUBLE", "minNum": 1500, "maxNum": 2500, "range": true }, { "field": "asset.invoiceNumber", "keyword": "AS12037129370AF012937129037", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.creator", "keyword": "admin", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.created", "keyword": "", "keywords": [], "fieldType": "DATE_TIME", "relativeMin": "-1w", "relative": true, "range": true }, { "field": "asset.updated.by", "keyword": "admin", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.updated", "keyword": "", "keywords": [], "fieldType": "DATE_TIME", "relativeMin": "-2w", "relativeMax": "1d", "relative": true, "range": true }, { "field": "Asset List", "keyword": "", "keywords": [ "Alpha Database Server #3320" ], "fieldType": "ALL_ASSETS_REF", "range": true }, { "field": "Asset List by Asset Types", "keyword": "", "keywords": [ "Computer #3187" ], "fieldType": "ASSETS_REF_BY_FORM", "range": true }, { "field": "Checkbox", "keyword": "", "keywords": [ "Ada" ], "fieldType": "LIST", "range": true }, { "field": "Date Picker", "keyword": "", "keywords": [], "fieldType": "DATE", "range": false, "searchEmpty": true, "not": true }, { "field": "Date Time Picker", "keyword": "", "keywords": [], "fieldType": "DATE_TIME", "minDate": "2020-05-15T13:18", "range": false, "searchEmpty": false, "not": false }, { "field": "IP v1", "keyword": "\"192.168.1.1\"", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "IPv6", "keyword": "\"2607:f0d0:1002:0051:0000:0000:0000:0004\"", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "Jira User Picker", "keyword": "tyler-durden", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "List Box", "keyword": "", "keywords": [ "Mer", "Bal" ], "fieldType": "LIST", "range": true }, { "field": "List Box - Multiple", "keyword": "", "keywords": [], "fieldType": "LIST", "range": true, "searchEmpty": true, "not": true }, { "field": "Number Float", "keyword": "", "keywords": [], "fieldType": "DOUBLE", "minNum": 12, "maxNum": 99, "range": true }, { "field": "Number Long", "keyword": "", "keywords": [], "fieldType": "LONG", "minNum": 40, "maxNum": 60, "range": true, "not": true }, { "field": "Radio Button", "keyword": "", "keywords": [ "Bal", "Ank", "Izm" ], "fieldType": "LIST", "range": true, "not": true }, { "field": "Text", "keyword": "\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "TextArea", "keyword": "Ada", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false, "not": true }, { "field": "URL", "keyword": "https://snapbytes.com/", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "form.name", "keywords": [ "Assets with all type of fields" ], "fieldType": "LIST" }, { "field": "asset.name", "keyword": "all", "fieldType": "STRING", "searchEmpty": false }, { "field": "asset.content", "keyword": "Ada", "fieldType": "STRING", "searchEmpty": false }, { "field": "asset.costCurrency", "keywords": [ "EUR", "USD" ], "fieldType": "LIST" } ], "pageNumber": 1, "pageSize": 15, "sortDirection": "desc", "sortField": "asset.id", "sortType": "LONG", "respTime": 1589374516748 }
{ "queryIndexParam": { "querySource": "GENERIC_SEARCH", "searchType": "basic", "listType": "detail", "queryIndexSearchParams": [ { "field": "asset.id", "keyword": "", "keywords": [], "fieldType": "LONG", "minNum": 3378.0, "range": false }, { "field": "asset.status", "keyword": "", "keywords": [ "1" ], "fieldType": "LIST", "range": true }, { "field": "asset.assignee", "keyword": "", "keywords": [ "JIRAUSER18000" ], "fieldType": "LIST", "range": true }, { "field": "asset.owner", "keyword": "", "keywords": [ "$currentUser" ], "fieldType": "LIST", "range": true }, { "field": "asset.managedBy", "keyword": "", "keywords": [ "agrant-sd-demo" ], "fieldType": "LIST", "range": true }, { "field": "asset.belongsToGroup", "keyword": "", "keywords": [ "jira-administrators" ], "fieldType": "STRING", "range": true }, { "field": "asset.quantity", "keyword": "", "keywords": [], "fieldType": "LONG", "minNum": 1.0, "maxNum": 20.0, "range": true }, { "field": "asset.assetTag", "keyword": "Tag", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.serialNumber", "keyword": "AS123A9812947", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.installDate", "keyword": "", "keywords": [], "fieldType": "DATE", "minDate": "2020-04-30", "maxDate": "2020-05-12", "range": true }, { "field": "asset.location", "keyword": "", "keywords": [ "3" ], "fieldType": "LIST", "range": true }, { "field": "asset.cost", "keyword": "", "keywords": [], "fieldType": "DOUBLE", "minNum": 1500.0, "maxNum": 2500.0, "range": true }, { "field": "asset.invoiceNumber", "keyword": "AS12037129370AF012937129037", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.creator", "keyword": "admin", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.created", "keyword": "", "keywords": [], "fieldType": "DATE_TIME", "relativeMin": "-1w", "relative": true, "range": true }, { "field": "asset.updated.by", "keyword": "admin", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "asset.updated", "keyword": "", "keywords": [], "fieldType": "DATE_TIME", "relativeMin": "-2w", "relativeMax": "1d", "relative": true, "range": true }, { "field": "Asset List", "keyword": "", "keywords": [ "Alpha Database Server #3320" ], "fieldType": "ALL_ASSETS_REF", "range": true }, { "field": "Asset List by Asset Types", "keyword": "", "keywords": [ "Computer #3187" ], "fieldType": "ASSETS_REF_BY_FORM", "range": true }, { "field": "Checkbox", "keyword": "", "keywords": [ "Ada" ], "fieldType": "LIST", "range": true }, { "field": "Date Picker", "keyword": "", "keywords": [], "fieldType": "DATE", "range": false, "searchEmpty": true, "not": true }, { "field": "Date Time Picker", "keyword": "", "keywords": [], "fieldType": "DATE_TIME", "minDate": "2020-05-15T13:18", "range": false, "searchEmpty": false, "not": false }, { "field": "IP v1", "keyword": "\"192.168.1.1\"", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "IPv6", "keyword": "\"2607:f0d0:1002:0051:0000:0000:0000:0004\"", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "Jira User Picker", "keyword": "tyler-durden", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "List Box", "keyword": "", "keywords": [ "Mer", "Bal" ], "fieldType": "LIST", "range": true }, { "field": "List Box - Multiple", "keyword": "", "keywords": [], "fieldType": "LIST", "range": true, "searchEmpty": true, "not": true }, { "field": "Number Float", "keyword": "", "keywords": [], "fieldType": "DOUBLE", "minNum": 12.0, "maxNum": 99.0, "range": true }, { "field": "Number Long", "keyword": "", "keywords": [], "fieldType": "LONG", "minNum": 40.0, "maxNum": 60.0, "range": true, "not": true }, { "field": "Radio Button", "keyword": "", "keywords": [ "Bal", "Ank", "Izm" ], "fieldType": "LIST", "range": true, "not": true }, { "field": "Text", "keyword": "\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "TextArea", "keyword": "Ada", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false, "not": true }, { "field": "URL", "keyword": "https://snapbytes.com/", "keywords": [], "fieldType": "STRING", "range": true, "searchEmpty": false }, { "field": "form.name", "keywords": [ "Assets with all type of fields" ], "fieldType": "LIST" }, { "field": "asset.name", "keyword": "all", "fieldType": "STRING", "searchEmpty": false }, { "field": "asset.content", "keyword": "Ada", "fieldType": "STRING", "searchEmpty": false }, { "field": "asset.costCurrency", "keywords": [ "EUR", "USD" ], "fieldType": "LIST" } ], "pageNumber": 1, "pageSize": 15, "sortDirection": "desc", "sortField": "asset.id", "sortType": "LONG", "respTime": 1589374547226 }, "recordIds": [ "3378" ], "queryPagingInfo": { "pageRecordSize": 1, "totalRecords": 1, "totalPages": 1, "pageNumber": 1, "pageSize": 15, "hasNext": false }, "assets": [ { "id": 3378, "name": "Asset with all type of field 1", "sortOrder": 0, "objectSchemaId": 63, "objectSchemaName": "Default Asset Types", "formId": 490, "formName": "Assets with all type of fields", "created": 1589368667018, "createdFormatted": "13/May/20 2:17 PM", "creator": "admin", "updated": 1589372990023, "updatedFormatted": "13/May/20 3:29 PM", "updatedBy": "admin", "creatorUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "updatedByUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "inventoryItems": [ { "value": "", "attributeName": "Asset List", "attributeType": "InventoryList", "inventoryRefs": [ { "id": 3320, "name": "Alpha Database Server" }, { "id": 3318, "name": "Beta Database Server" } ], "multiListValues": [], "attributeId": 1233, "id": 27706, "formAttributeId": 4666, "displayValue": "<a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/3320\">Alpha Database Server</a>, <a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/3318\">Beta Database Server</a>", "user": null, "textValues": "Alpha Database Server;Beta Database Server", "isoDateValue": null }, { "value": "", "attributeName": "Asset List by Asset Types", "attributeType": "InventoryListByForm", "inventoryRefs": [ { "id": 3187, "name": "Computer" } ], "multiListValues": [], "attributeId": 1234, "id": 27707, "formAttributeId": 4667, "displayValue": "<a style=\"font-size: 100%\" href=\"http://localhost:2990/jira/secure/DashboardAIPAction!default.jspa#/browse/3187\">Computer</a>", "user": null, "textValues": "Computer", "isoDateValue": null }, { "value": "", "attributeName": "Checkbox", "attributeType": "CheckboxList", "inventoryRefs": [], "multiListValues": [ "Ada", "Bal" ], "attributeId": 1242, "id": 27708, "formAttributeId": 4668, "displayValue": "Ada, Bal", "user": null, "textValues": "Ada;Bal", "isoDateValue": null }, { "value": "5/May/20", "attributeName": "Date Picker", "attributeType": "DatePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1244, "id": 27709, "formAttributeId": 4669, "displayValue": "5/May/20", "user": null, "textValues": "5/May/20", "isoDateValue": "2020-05-05" }, { "value": "15/May/20 1:18 PM", "attributeName": "Date Time Picker", "attributeType": "DatetimePicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1245, "id": 27710, "formAttributeId": 4670, "displayValue": "15/May/20 1:18 PM", "user": null, "textValues": "15/May/20 1:18 PM", "isoDateValue": "2020-05-15T13:18" }, { "value": "Ada", "attributeName": "Dropdown list", "attributeType": "DropdownList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1253, "id": 27711, "formAttributeId": 4671, "displayValue": "Ada", "user": null, "textValues": "Ada", "isoDateValue": null }, { "value": "192.168.1.1", "attributeName": "IP v1", "attributeType": "IP", "inventoryRefs": [], "multiListValues": [], "attributeId": 1264, "id": 27712, "formAttributeId": 4672, "displayValue": "192.168.1.1", "user": null, "textValues": "192.168.1.1", "isoDateValue": null }, { "value": "2607:f0d0:1002:0051:0000:0000:0000:0004", "attributeName": "IPv6", "attributeType": "IPv6", "inventoryRefs": [], "multiListValues": [], "attributeId": 1265, "id": 27713, "formAttributeId": 4673, "displayValue": "2607:f0d0:1002:0051:0000:0000:0000:0004", "user": null, "textValues": "2607:f0d0:1002:0051:0000:0000:0000:0004", "isoDateValue": null }, { "value": "tyler-durden", "attributeName": "Jira User Picker", "attributeType": "UserPicker", "inventoryRefs": [], "multiListValues": [], "attributeId": 1269, "id": 27714, "formAttributeId": 4674, "displayValue": "Tyler Durden (tyler-durden)", "user": { "key": "JIRAUSER18100", "username": "tyler-durden", "name": "tyler-durden", "directoryId": 1, "emailAddress": "tylerdurden@example.com", "displayName": "Tyler Durden", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10413", "active": true }, "textValues": "Tyler Durden (tyler-durden)", "isoDateValue": null }, { "value": "Mer", "attributeName": "List Box", "attributeType": "ListBox", "inventoryRefs": [], "multiListValues": [], "attributeId": 1277, "id": 27715, "formAttributeId": 4675, "displayValue": "Mer", "user": null, "textValues": "Mer", "isoDateValue": null }, { "value": "", "attributeName": "List Box - Multiple", "attributeType": "ListBoxMultiple", "inventoryRefs": [], "multiListValues": [ "Izm", "Ist", "Mug" ], "attributeId": 1278, "id": 27716, "formAttributeId": 4676, "displayValue": "Izm, Ist, Mug", "user": null, "textValues": "Izm;Ist;Mug", "isoDateValue": null }, { "value": "14.2", "attributeName": "Number Float", "attributeType": "NumberFloat", "inventoryRefs": [], "multiListValues": [], "attributeId": 1291, "id": 27717, "formAttributeId": 4677, "displayValue": "14.2", "user": null, "textValues": "14.2", "isoDateValue": null }, { "value": "98", "attributeName": "Number Long", "attributeType": "NumberLong", "inventoryRefs": [], "multiListValues": [], "attributeId": 1292, "id": 27718, "formAttributeId": 4678, "displayValue": "98", "user": null, "textValues": "98", "isoDateValue": null }, { "value": "Can", "attributeName": "Radio Button", "attributeType": "RadioButtonList", "inventoryRefs": [], "multiListValues": [], "attributeId": 1299, "id": 27719, "formAttributeId": 4679, "displayValue": "Can", "user": null, "textValues": "Can", "isoDateValue": null }, { "value": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", "attributeName": "Text", "attributeType": "Text", "inventoryRefs": [], "multiListValues": [], "attributeId": 1312, "id": 27720, "formAttributeId": 4680, "displayValue": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", "user": null, "textValues": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", "isoDateValue": null }, { "value": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce tristique lacus diam, faucibus pulvinar ipsum porta nec. Donec auctor semper ante, quis mollis nisi tristique a. Cras ac feugiat erat. Mauris consequat, nisl nec lacinia lacinia, erat ligula maximus velit, quis dignissim ex ex eu nunc. Donec viverra sapien in arcu elementum mattis. Maecenas ornare, turpis quis rutrum hendrerit, erat mi mattis lorem, interdum malesuada lorem eros at odio. Aliquam erat volutpat.", "attributeName": "TextArea", "attributeType": "TextArea", "inventoryRefs": [], "multiListValues": [], "attributeId": 1313, "id": 27721, "formAttributeId": 4681, "displayValue": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce tristique lacus diam, faucibus pulvinar ipsum porta nec. Donec auctor semper ante, quis mollis nisi tristique a. Cras ac feugiat erat. Mauris consequat, nisl nec lacinia lacinia, erat ligula maximus velit, quis dignissim ex ex eu nunc. Donec viverra sapien in arcu elementum mattis. Maecenas ornare, turpis quis rutrum hendrerit, erat mi mattis lorem, interdum malesuada lorem eros at odio. Aliquam erat volutpat.", "user": null, "textValues": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce tristique lacus diam, faucibus pulvinar ipsum porta nec. Donec auctor semper ante, quis mollis nisi tristique a. Cras ac feugiat erat. Mauris consequat, nisl nec lacinia lacinia, erat ligula maximus velit, quis dignissim ex ex eu nunc. Donec viverra sapien in arcu elementum mattis. Maecenas ornare, turpis quis rutrum hendrerit, erat mi mattis lorem, interdum malesuada lorem eros at odio. Aliquam erat volutpat.", "isoDateValue": null }, { "value": "https://snapbytes.com/", "attributeName": "URL", "attributeType": "URL", "inventoryRefs": [], "multiListValues": [], "attributeId": 1315, "id": 27722, "formAttributeId": 4682, "displayValue": "<a style=\"font-size: 100%\" href=\"https://snapbytes.com/\" target=\"_blank\">https://snapbytes.com/</a>", "user": null, "textValues": "https://snapbytes.com/", "isoDateValue": null } ], "systemFields": [ { "fieldName": "asset.quantity", "value": "1" }, { "fieldName": "asset.costCurrency", "value": "USD" }, { "fieldName": "asset.assetTag", "value": "Tag 1" }, { "fieldName": "asset.owner", "value": "admin", "applicationUser": { "key": "admin", "username": "admin", "name": "admin", "directoryId": 1, "emailAddress": "admin@example.com", "displayName": "admin", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10420", "active": true }, "displayValue": "admin [admin]" }, { "fieldName": "asset.serialNumber", "value": "AS123A9812947" }, { "fieldName": "asset.status", "value": "1" }, { "fieldName": "asset.installDate", "value": "2020-05-01", "displayValue": "01/May/20 12:00 AM" }, { "fieldName": "asset.managedBy", "value": "agrant-sd-demo", "applicationUser": { "key": "agrant-sd-demo", "username": "agrant-sd-demo", "name": "agrant-sd-demo", "directoryId": 1, "emailAddress": "agrant-sd-demo@example.com", "displayName": "Alana Grant", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10414", "active": true }, "displayValue": "Alana Grant [agrant-sd-demo]" }, { "fieldName": "asset.substatus", "value": "1" }, { "fieldName": "asset.assignee", "value": "JIRAUSER18000", "applicationUser": { "key": "JIRAUSER18000", "username": "ffenster", "name": "ffenster", "directoryId": 1, "emailAddress": "ffenster@example.com", "displayName": "Fred Fenster", "avatarUrl": "http://localhost:2990/jira/secure/useravatar?avatarId=10122", "active": true }, "displayValue": "Fred Fenster [ffenster]" }, { "fieldName": "asset.belongsToGroup", "value": "[ \"jira-administrators\" ]", "displayValue": "jira-administrators" }, { "fieldName": "asset.location", "value": "3", "displayValue": "Istanbul Office" }, { "fieldName": "asset.cost", "value": "1999.99" }, { "fieldName": "asset.invoiceNumber", "value": "AS12037129370AF012937129037" } ], "inventoryItemListSize": 17 } ] }
- No labels