Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I get a JQL search bar in my plugin?

Duane Sitte September 20, 2016

I want to use a user supplied JQL query to create a subset of Issues before processing them within my plugin. Is it possible to get the same search bar used in the Advanced Issue Search in my plugin, or any type of JQL auto-completing textbox? 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Petar Petrov (Appfire)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 20, 2016

I don't think there is an out-of-the-box AUI component for this, but it is fairly simple to implement - it is just a text box with some CSS styles. The most important part is the service for automatic completion on key stroke - luckily it is part of the REST API:

GET /rest/api/2/jql/autocompletedata
TAGS
AUG Leaders

Atlassian Community Events