When using REST to gather the JIRA fields, the value from *searchable* will return true even when you choose *None* for the search template.

XMLWordPrintable

    • Type: Bug
    • Resolution: Obsolete
    • Priority: Low
    • None
    • Affects Version/s: 7.0.10
    • Component/s: Documentation - All
    • 7
    • 1
    • Severity 3 - Minor
    • 0

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      When using REST to gather the JIRA fields, the value from searchable will return true even when you choose None for the search template.

      How to reproduce

      1. Create a custom field (i.e Number Field)
      2. Click on Edit (from the cog item)
      3. Select None for the Search Template
      4. Trigger a REST as http://JIRA_ADDRESS/rest/api/2/field

      Results

      Searchable will be returned as True as:

              "id": "customfield_10400",
              "name": "Testttt",
              "custom": true,
              "orderable": true,
              "navigable": true,
              "searchable": true,
              "clauseNames": [
                  "cf[10400]",
                  "Testttt"
      

            Assignee:
            Mel Paisley
            Reporter:
            Paulo Hennig (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: