History Search
which includes issues from the user's history of created, edited, or viewed issues that contain the string in the query
parameter.Current Search
which includes issues that match the JQL expression in currentJQL
and contain the string in the query
parameter.curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/issue/picker'
{
"sections": [
{
"id": "string",
"issues": [
{
"id": 0,
"img": "string",
"key": "string",
"keyHtml": "string",
"summary": "string",
"summaryText": "string"
}
],
"label": "string",
"msg": "string",
"sub": "string"
}
]
}
username
and userkey
cannot be used as search terms for this parameter, due to privacy reasons. Use accountId
instead.currentIssueKey
is a subtask, whether to include the parent issue in the suggestions if it matches the query.