Assign asset REST services

This page is about Assets & Inventory Plugin for Jira DC. Using Cloud? Click here.

Assign assets to me with filter

Method

PUT

URL

/rest/jip-api/1.0/asset-operations/assign-to-user

{ "userKey": "JIRAUSER10000", "operation": 2, "sync": false, "queryIndexParam": { "querySource": "GENERIC_SEARCH", "searchType": "basic", "listType": "detail", "queryIndexSearchParams": [ { "field": "form.name", "keywords": [ "Sample" ], "fieldType": "LIST" } ], "pageNumber": 1, "pageSize": 15, "sortDirection": "asc", "sortField": "asset.name", "sortType": "STRING", "respTime": 1589442432522 } }
{ "success" : true, "errorCode" : null, "errorMessage" : null, "data" : 207, "pagingInfo" : null }

Assign selected assets to me

Method

PUT

URL

/rest/jip-api/1.0/asset-operations/assign-to-user

{ "userKey": "JIRAUSER10000", "operation": 1, "sync": false, "assetIds": [ 94, 95 ] }

Assign assets to user with filter

Method

PUT

URL

/rest/jip-api/1.0/asset-operations/assign-to-user

Assign selected assets to selected user

Method

PUT

URL

/rest/jip-api/1.0/asset-operations/assign-to-user