Search Fields
Returns a list of fields for Classic Jira projects.
External Documentation
To learn more, visit the Jira documentation.
Basic Parameters
Parameter | Description |
---|---|
Query | String used to perform a case-insensitive partial match with field names or descriptions. |
Type | The type of fields to search. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The maximum number of items to return per page. |
Offset | The 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
Preview this Workflow on desktop