Skip to main content

Search Fields

Returns a list of fields for Classic Jira projects.

External Documentation

To learn more, visit the Jira documentation.

Basic Parameters

ParameterDescription
QueryString used to perform a case-insensitive partial match with field names or descriptions.
TypeThe type of fields to search.

Advanced Parameters

ParameterDescription
LimitThe maximum number of items to return per page.
OffsetThe index of the first item to return in a page of results (page offset).

Example Output

{
"isLast": false,
"maxResults": 50,
"startAt": 0,
"total": 2,
"values": [
{
"contextsCount": 2,
"description": "Contains users needed for approval. This custom field was created by Jira Service Desk.",
"id": "customfield_10000",
"isLocked": true,
"key": "customfield_10000",
"lastUsed": {
"type": "TRACKED",
"value": "2019-09-12T10:10:00.559+0000"
},
"name": "Approvers",
"schema": {
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
"customId": 10000,
"items": "user",
"type": "array"
},
"screensCount": 2,
"searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher"
},
{
"contextsCount": 2,
"description": "Choose the reason for the change request",
"id": "customfield_10001",
"isLocked": false,
"key": "customfield_10001",
"lastUsed": {
"type": "NOT_TRACKED"
},
"name": "Change reason",
"schema": {
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
"customId": 10001,
"type": "option"
},
"screensCount": 2,
"searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher"
}
]
}

Workflow Library Example

Search Fields with Jira and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop