Optionalparameters: {OptionalcurrentIssueKey?: stringThe key of an issue to exclude from search results. For example, the issue the user is viewing when they perform this query.
OptionalcurrentJQL?: stringA JQL query defining a list of issues to search for the query term. Note that username and userkey cannot be
used as search terms for this parameter, due to privacy reasons. Use accountId instead.
OptionalcurrentProjectId?: stringThe ID of a project that suggested issues must belong to.
Optionalquery?: stringA string to match against text fields in the issue such as title, description, or comments.
OptionalshowSubTaskParent?: booleanWhen currentIssueKey is a subtask, whether to include the parent issue in the suggestions if it matches the
query.
OptionalshowSubTasks?: booleanIndicate whether to include subtasks in the suggestions list.
Optionaloptions: RequestOptions
Returns lists of issues matching a query string. Use this resource to provide auto-completion suggestions when the user is looking for an issue using a word or string.
This operation returns two lists:
History Searchwhich includes issues from the user's history of created, edited, or viewed issues that contain the string in thequeryparameter.Current Searchwhich includes issues that match the JQL expression incurrentJQLand contain the string in thequeryparameter.This operation can be accessed anonymously.
Permissions required: None.