Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Search for issue with keywords using the REST API

Mohamed Amine Ben Slama
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 1, 2018

Is there a REST end point that simulates typing keywords on the quick search field ?

1 answer

1 accepted

0 votes
Answer accepted
Thomas Deiler
Community Champion
February 1, 2018

Dear @Mohamed Amine Ben Slama,

this will be technically not possible due to the nature of a REST interface. The mechanism in the UI, when you type the beginning of a known keyword, is realized with jQuery. Therefore the back-end is called after each change and delivers new results, without a page reload.

A Jira REST call works different. Once fired you get some huge response back. But that auto-suggesting is never part of the result.

What you could do is fire a JQL like text ~ <keyword> , but you will receive only results where the whole keyword was found.

So long

Thomas

Mohamed Amine Ben Slama
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 4, 2018

Thanks @Thomas Deiler

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events