Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Panel
panelIconIdatlassian-info
panelIcon:info:
panelIconText:info:
bgColor#F4F5F7

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

On this page:

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

Re-index with "Index in the background" option

Method

POST

URL

/rest/jip-api/1.0/index/lucene/reindex.json

Expand
titleExample response:

[
  {
    "jobName": "SnapBytes.Index.Checker",
    "lastExecutionTime": null,
    "lastExecutionTimeFormatted": null,
    "interval": 604800000,
    "jobState": {
      "totalRecords": 0,
      "processedRecords": 0,
      "lastProcessMessage": "",
      "abortPending": false,
      "running": false,
      "completedPercentage": 0
    },
    "running": false,
    "scheduled": true
  },
  {
    "jobName": "SnapBytes.Index.Builder",
    "lastExecutionTime": null,
    "lastExecutionTimeFormatted": null,
    "interval": 0,
    "jobState": {
      "totalRecords": 0,
      "processedRecords": 0,
      "lastProcessMessage": "",
      "abortPending": false,
      "running": true,
      "completedPercentage": 0
    },
    "running": false,
    "scheduled": true
  }
]

Re-index with "Delete all indexes and rebuild" option

Method

POST

URL

/rest/jip-api/1.0/index/lucene/

reindex

rebuild.json

Expand
titleExample

...

response:

[

...

{

...

  "jobName" :

...

"SnapBytes.Index.Checker",

...

  "lastExecutionTime" :

...

null,

...

  "lastExecutionTimeFormatted" :

...

null,

...

  "interval" :

...

604800000,

...

  "jobState" :

...

{

...

    "totalRecords" :

...

0,

...

    "processedRecords" :

...

0,

...

    "lastProcessMessage" :

...

"",

...

    "abortPending" :

...

false,

...

    "running" :

...

false,

...

    "completedPercentage" :

...

0

...

  },

...

  "running" :

...

false,

...

  "scheduled" :

...

true

...

},

...

{

...

  "jobName" :

...

"SnapBytes.Index.Builder",

...

  "lastExecutionTime" :

...

1618825535956,

...

  "lastExecutionTimeFormatted" :

...

"19/04/2021 10:45 AM",
  "interval" :

...

0,

...

  "jobState" :

...

{

...

    "totalRecords" :

...

0,

...

    "processedRecords" :

...

0,

...

    "lastProcessMessage" :

...

"",

...

    "abortPending" :

...

false,

...

    "running" :

...

false,

...

    "completedPercentage" :

...

0

...

  },

...

  "running" :

...

false,

...

  "scheduled" :

...

true
} ]

Index single asset

Method

GET

URL

/rest/jip-api/1.0/index/doc/asset/{ASSET_ID}.json

Success response: Asset indexed.