> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Issues

Search for issues using JQL.

**Note:** Recent updates might not be immediately visible in the returned search results, if you need to read immediately after write, you can use the `Reconcile Issues` parameter to ensure stronger consistency assurances.

**Permissions required:**

* `Browse projects` (for the project containing the issue).
* If issue-level security is configured, the user needs permissions to **view the issue**.

<Note>
  External Documentation

  To learn more, visit the [Jira documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Fields                | A comma-separated list of fields to return for each issue.<br /><br />Options: (Defaults to `id`)<br />\* `*all` - Returns all fields.<br />\* `*navigable` - Returns navigable fields.<br />\* `id` - Returns only issue IDs.<br />\* Any issue field, prefixed with a minus to exclude.<br /><br />Examples:<br />\* `summary,comment` Returns only the summary and comments fields only.<br />\* `-description` Returns all navigable (default) fields except description.<br />\* `*all,-comment` Returns all fields except comments. |
  | Limit                 | The maximum number of items to return per page.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  | Next Page Token       | The token for a page to fetch (that is not the first page).<br /><br />**Note:** The token is not included in the response for the last page (indicating that there is no next page).                                                                                                                                                                                                                                                                                                                                                     |
  | Query                 | A JQL expression.<br /><br />**Note:** This parameter requires a bounded query (with a search restriction). An unbounded expression can be added to the JQL query.<br /><br />Example of a valid bounded query:<br />\* project = 'example'<br /><br />Example of a mixed query that incorporates both bounded and unbounded expressions:<br />\* project = 'example' ORDER BY key DESC<br /><br />**Note:** ORDER BY clause can contain a maximum of 7 fields.                                                                           |
  | Use Instance Timezone | When checked, your Jira instance timezone will be used when writing JQL date filters.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Expand           | Select options of additional information to include in the response.<br /><br />Options:<br />\* `renderedFields` - Returns field values rendered in HTML format.<br />\* `names` - Returns the display name of each field.<br />\* `schema` - Returns the schema describing a field type.<br />\* `transitions` - Returns all possible transitions for the issue.<br />\* `operations` - Returns all possible operations for the issue.<br />\* `editmeta` - Returns information about how each field can be edited.<br />\* `changelog` - Returns a list of recent updates to an issue, sorted by date, starting from the most recent.<br />\* `versionedRepresentations` - Returns a JSON array containing each version of a field's value, with the highest numbered item representing the most recent version. |
  | Fail Fast        | Select to stop the request early if Jira can't retrieve all the fields.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  | Fields By Keys   | Select to reference the fields by their key (rather than ID).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | Properties       | A comma-separated list of up to 5 issue properties to include in the results.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | Reconcile Issues | A comma-separated list of IDs, representing issues that require strong consistency reconciliation with search results.(Maximum 50 IDs).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"issues": [
		{
			"expand": "<string>",
			"id": "<string>",
			"self": "<string>",
			"key": "<string>",
			"fields": {
				"statuscategorychangedate": "2025-03-12T21:01:42.757+0000",
				"issuetype": {
					"self": "<string>",
					"id": "<string>",
					"description": "<string>",
					"iconUrl": "<string>",
					"name": "<string>",
					"subtask": false,
					"avatarId": 11964,
					"entityId": "<string>",
					"hierarchyLevel": 2
				},
				"components": [],
				"timespent": null,
				"timeoriginalestimate": null,
				"project": {
					"self": "<string>",
					"id": "<string>",
					"key": "<string>",
					"name": "<string>",
					"projectTypeKey": "<string>",
					"simplified": true,
					"avatarUrls": {
						"48x48": "<string>",
						"24x24": "<string>",
						"16x16": "<string>",
						"32x32": "<string>"
					}
				},
				"description": null,
				"fixVersions": [],
				"statusCategory": {
					"self": "<string>",
					"id": 3,
					"key": "<string>",
					"colorName": "<string>",
					"name": "<string>"
				},
				"aggregatetimespent": null,
				"resolution": null,
				"timetracking": {},
				"security": null,
				"attachment": [],
				"aggregatetimeestimate": null,
				"resolutiondate": null,
				"workratio": 2,
				"summary": "<string>",
				"watches": {
					"self": "<string>",
					"watchCount": 0,
					"isWatching": true
				},
				"issuerestriction": {
					"issuerestrictions": {},
					"shouldDisplay": true
				},
				"lastViewed": null,
				"creator": {
					"self": "<string>",
					"accountId": "<string>",
					"emailAddress": "<string>",
					"avatarUrls": {
						"48x48": "<string>",
						"24x24": "<string>",
						"16x16": "<string>",
						"32x32": "<string>"
					},
					"displayName": "<string>",
					"active": true,
					"timeZone": "<string>",
					"accountType": "<string>"
				},
				"subtasks": [],
				"created": "<string>",
				"reporter": {
					"self": "<string>",
					"accountId": "<string>",
					"emailAddress": "<string>",
					"avatarUrls": {
						"48x48": "<string>",
						"24x24": "<string>",
						"16x16": "<string>",
						"32x32": "<string>"
					},
					"displayName": "<string>",
					"active": true,
					"timeZone": "<string>",
					"accountType": "<string>"
				},
				"customfield_10021": null,
				"customfield_10044": null,
				"aggregateprogress": {
					"progress": 1,
					"total": 1
				},
				"priority": {
					"self": "<string>",
					"iconUrl": "<string>",
					"name": "<string>",
					"id": "<string>"
				},
				"labels": [],
				"environment": null,
				"customfield_10019": "<string>",
				"timeestimate": null,
				"aggregatetimeoriginalestimate": null,
				"versions": [],
				"duedate": null,
				"progress": {
					"progress": 2,
					"total": 2
				},
				"comment": {
					"comments": [],
					"self": "<string>",
					"maxResults": 1,
					"total": 1,
					"startAt": 0
				},
				"issuelinks": [],
				"votes": {
					"self": "<string>",
					"votes": 2,
					"hasVoted": false
				},
				"worklog": {
					"startAt": 1,
					"maxResults": 12,
					"total": 2,
					"worklogs": []
				},
				"assignee": {
					"self": "<string>",
					"accountId": "<string>",
					"emailAddress": "<string>",
					"avatarUrls": {
						"48x48": "<string>",
						"24x24": "<string>",
						"16x16": "<string>",
						"32x32": "<string>"
					},
					"displayName": "<string>",
					"active": true,
					"timeZone": "<string>",
					"accountType": "<string>"
				},
				"updated": "2025-03-12T21:01:42.757+0000",
				"status": {
					"self": "<string>",
					"description": "<string>",
					"iconUrl": "<string>",
					"name": "<string>",
					"id": "<string>",
					"statusCategory": {
						"self": "<string>",
						"id": 5,
						"key": "<string>",
						"colorName": "<string>",
						"name": "<string>"
					}
				}
			}
		},
		{
			"expand": "<string>",
			"id": "<string>",
			"self": "<string>",
			"key": "<string>",
			"fields": {
				"statuscategorychangedate": "2025-03-12T21:01:42.757+0000",
				"issuetype": {
					"self": "<string>",
					"id": "<string>",
					"description": "<string>",
					"iconUrl": "<string>",
					"name": "<string>",
					"subtask": false,
					"avatarId": 8493,
					"entityId": "<string>",
					"hierarchyLevel": 0
				},
				"components": [],
				"timespent": null,
				"timeoriginalestimate": null,
				"project": {
					"self": "<string>",
					"id": "<string>",
					"key": "<string>",
					"name": "<string>",
					"projectTypeKey": "<string>",
					"simplified": true,
					"avatarUrls": {
						"48x48": "<string>",
						"24x24": "<string>",
						"16x16": "<string>",
						"32x32": "<string>"
					}
				},
				"description": null,
				"fixVersions": [],
				"statusCategory": {
					"self": "<string>",
					"id": 4,
					"key": "<string>",
					"colorName": "<string>",
					"name": "<string>"
				},
				"aggregatetimespent": null,
				"resolution": null,
				"timetracking": {},
				"security": null,
				"attachment": [],
				"aggregatetimeestimate": null,
				"resolutiondate": null,
				"workratio": 1,
				"summary": "<string>",
				"issuerestriction": {
					"issuerestrictions": {},
					"shouldDisplay": true
				},
				"watches": {
					"self": "<string>",
					"watchCount": 2,
					"isWatching": true
				},
				"lastViewed": null,
				"creator": {
					"self": "<string>",
					"accountId": "<string>",
					"emailAddress": "<string>",
					"avatarUrls": {
						"48x48": "<string>",
						"24x24": "<string>",
						"16x16": "<string>",
						"32x32": "<string>"
					},
					"displayName": "<string>",
					"active": true,
					"timeZone": "<string>",
					"accountType": "<string>"
				},
				"subtasks": [],
				"created": "<string>",
				"reporter": {
					"self": "<string>",
					"accountId": "<string>",
					"emailAddress": "<string>",
					"avatarUrls": {
						"48x48": "<string>",
						"24x24": "<string>",
						"16x16": "<string>",
						"32x32": "<string>"
					},
					"displayName": "<string>",
					"active": true,
					"timeZone": "<string>",
					"accountType": "<string>"
				},
				"customfield_10021": null,
				"customfield_10044": null,
				"aggregateprogress": {
					"progress": 0,
					"total": 0
				},
				"priority": {
					"self": "<string>",
					"iconUrl": "<string>",
					"name": "<string>",
					"id": "<string>"
				},
				"labels": [],
				"environment": null,
				"customfield_10019": "<string>",
				"timeestimate": null,
				"aggregatetimeoriginalestimate": null,
				"versions": [],
				"duedate": null,
				"progress": {
					"progress": 2,
					"total": 2
				},
				"comment": {
					"comments": [],
					"self": "<string>",
					"maxResults": 2,
					"total": 1,
					"startAt": 2
				},
				"votes": {
					"self": "<string>",
					"votes": 2,
					"hasVoted": false
				},
				"issuelinks": [],
				"assignee": null,
				"worklog": {
					"startAt": 1,
					"maxResults": 39,
					"total": 0,
					"worklogs": []
				},
				"updated": "2025-03-12T21:01:42.757+0000",
				"status": {
					"self": "<string>",
					"description": "<string>",
					"iconUrl": "<string>",
					"name": "<string>",
					"id": "<string>",
					"statusCategory": {
						"self": "<string>",
						"id": 0,
						"key": "<string>",
						"colorName": "<string>",
						"name": "<string>"
					}
				}
			}
		}
	],
	"names": {
		"statuscategorychangedate": "2025-03-12T21:01:42.757+0000",
		"issuetype": "<string>",
		"components": "<string>",
		"timespent": "<string>",
		"timeoriginalestimate": "<string>",
		"project": "<string>",
		"description": "<string>",
		"fixVersions": "<string>",
		"statusCategory": "<string>",
		"aggregatetimespent": "<string>",
		"resolution": "<string>",
		"timetracking": "<string>",
		"security": "<string>",
		"attachment": "<string>",
		"aggregatetimeestimate": "<string>",
		"resolutiondate": "2025-03-12T21:01:42.757+0000",
		"workratio": "<string>",
		"summary": "<string>",
		"watches": "<string>",
		"issuerestriction": "<string>",
		"lastViewed": "<string>",
		"creator": "<string>",
		"subtasks": "<string>",
		"created": "<string>",
		"reporter": "<string>",
		"customfield_10021": "<string>",
		"customfield_10044": "<string>",
		"aggregateprogress": "<string>",
		"priority": "<string>",
		"labels": "<string>",
		"environment": "<string>",
		"customfield_10019": "<string>",
		"timeestimate": "<string>",
		"aggregatetimeoriginalestimate": "<string>",
		"versions": "<string>",
		"duedate": "2025-03-12T21:01:42.757+0000",
		"progress": "<string>",
		"comment": "<string>",
		"issuelinks": "<string>",
		"votes": "<string>",
		"worklog": "<string>",
		"assignee": "<string>",
		"updated": "2025-03-12T21:01:42.757+0000",
		"status": "<string>"
	},
	"schema": {
		"statuscategorychangedate": {
			"type": "<string>",
			"system": "<string>"
		},
		"issuetype": {
			"type": "<string>",
			"system": "<string>"
		},
		"components": {
			"type": "<string>",
			"items": "<string>",
			"system": "<string>"
		},
		"timespent": {
			"type": "<string>",
			"system": "<string>"
		},
		"timeoriginalestimate": {
			"type": "<string>",
			"system": "<string>"
		},
		"project": {
			"type": "<string>",
			"system": "<string>"
		},
		"description": {
			"type": "<string>",
			"system": "<string>"
		},
		"fixVersions": {
			"type": "<string>",
			"items": "<string>",
			"system": "<string>"
		},
		"statusCategory": {
			"type": "<string>",
			"system": "<string>"
		},
		"aggregatetimespent": {
			"type": "<string>",
			"system": "<string>"
		},
		"resolution": {
			"type": "<string>",
			"system": "<string>"
		},
		"timetracking": {
			"type": "<string>",
			"system": "<string>"
		},
		"security": {
			"type": "<string>",
			"system": "<string>"
		},
		"attachment": {
			"type": "<string>",
			"items": "<string>",
			"system": "<string>"
		},
		"aggregatetimeestimate": {
			"type": "<string>",
			"system": "<string>"
		},
		"resolutiondate": {
			"type": "<string>",
			"system": "<string>"
		},
		"workratio": {
			"type": "<string>",
			"system": "<string>"
		},
		"summary": {
			"type": "<string>",
			"system": "<string>"
		},
		"watches": {
			"type": "<string>",
			"system": "<string>"
		},
		"issuerestriction": {
			"type": "<string>",
			"system": "<string>"
		},
		"lastViewed": {
			"type": "<string>",
			"system": "<string>"
		},
		"creator": {
			"type": "<string>",
			"system": "<string>"
		},
		"subtasks": {
			"type": "<string>",
			"items": "<string>",
			"system": "<string>"
		},
		"created": {
			"type": "<string>",
			"system": "<string>"
		},
		"reporter": {
			"type": "<string>",
			"system": "<string>"
		},
		"customfield_10021": {
			"type": "<string>",
			"items": "<string>",
			"custom": "<string>",
			"customId": 7093
		},
		"customfield_10044": {
			"type": "<string>",
			"items": "<string>",
			"custom": "<string>",
			"customId": 2426
		},
		"aggregateprogress": {
			"type": "<string>",
			"system": "<string>"
		},
		"priority": {
			"type": "<string>",
			"system": "<string>"
		},
		"labels": {
			"type": "<string>",
			"items": "<string>",
			"system": "<string>"
		},
		"environment": {
			"type": "<string>",
			"system": "<string>"
		},
		"customfield_10019": {
			"type": "<string>",
			"custom": "<string>",
			"customId": 15087
		},
		"timeestimate": {
			"type": "<string>",
			"system": "<string>"
		},
		"aggregatetimeoriginalestimate": {
			"type": "<string>",
			"system": "<string>"
		},
		"versions": {
			"type": "<string>",
			"items": "<string>",
			"system": "<string>"
		},
		"duedate": {
			"type": "<string>",
			"system": "<string>"
		},
		"progress": {
			"type": "<string>",
			"system": "<string>"
		},
		"comment": {
			"type": "<string>",
			"system": "<string>"
		},
		"issuelinks": {
			"type": "<string>",
			"items": "<string>",
			"system": "<string>"
		},
		"votes": {
			"type": "<string>",
			"system": "<string>"
		},
		"worklog": {
			"type": "<string>",
			"items": "<string>",
			"system": "<string>"
		},
		"assignee": {
			"type": "<string>",
			"system": "<string>"
		},
		"updated": {
			"type": "<string>",
			"system": "<string>"
		},
		"status": {
			"type": "<string>",
			"system": "<string>"
		}
	},
	"nextPageToken": "<string>"
}
```

## Workflow Library Example

[List Issues with Jira and Send Results Via Email](https://library.blinkops.com/workflows/list-issues-with-jira-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-issues-with-jira-and-send-results-via-email/canvas" />
</div>
