• About Jira Platform modules
  • Admin Page
  • Administration UI locations
  • Build
  • Dashboard Item
  • Deployment
  • Development Tool
  • Dialog
  • Entity Property
  • Feature Flag
  • Global Permission
  • Home container
  • Issue Content
  • Issue Field
  • Issue Glance
  • Issue view UI locations
  • Keyboard Shortcut
  • New issue view UI locations
  • Page
  • Project Admin Tab Panel
  • Project Page
  • Project Permission
  • Project settings UI locations
  • Project sidebar
  • Report
  • Search Request View
  • Tab Panel
  • Time Tracking Provider
  • User profile menu
  • Web Item
  • Web Panel
  • Web Section
  • Webhook
  • Workflow Condition
  • Workflow Post Function
  • Workflow Validator

Index Key Configuration

Defines the list of extractors which index selected JSON objects from defined property.

Example

1
2
3
4
5
6
7
8
9
{
  "extractions": [
    {
      "objectName": "attachment.size",
      "type": "number"
    }
  ],
  "propertyKey": "attachment"
}

Properties

extractions

Type
[Property Index, ... ]
Required
Yes
Description

The list with references to values of JSON object which will be indexed and the types of referenced values.


propertyKey

Type
string
Required
Yes
Description

The key of the property from which the data is indexed.


  • System status
  • Privacy
  • Developer Terms
  • Trademark
  • Cookie Preferences
  • © 2019 Atlassian