Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

OVERVIEW

The search tool allows users to add fields with specific values to refine their search criteria, but it works differently between Server / Data Center and Cloud versions. In this article, we will show the differences in the basic search and the JQL search.

BASIC SEARCH

Jira Server / Data Center

In Jira Server / Data Center instance, when you add a field to filter your search, you are given the choice of the aviable options as dropdown.

image-20240805-154540.png

Jira Cloud

In Cloud version though, the field will show a text area where you can insert a JSON value to replicate the selections of your field.

image-20240805-154614.png


JQL SEARCH

Jira Server / Data Center

In Jira Server and Jira Data Center, the JQL search for custom fields works by inserting the name of the custom field and the options that we are looking for.

image-20240805-154632.png

Jira Cloud

In Jira Cloud, on the other hand, the advanced search requires you to pass a JSON value to work on custom fields.

image-20240805-154651.png

  • No labels