Hi all,
I have setup a custom search engine in my Chromium based browser which can be accessed in the URL search field using a special character, here 'j'.
Custom search engine: https://<redacted server URL>/jira/secure/QuickSearch.jspa?searchString=%s
The %s takes all whitespace separated parameters from the URL search field and some smart Jira mechanism tries to interprete and map them to existing structures.
Example for Jira project "Demoproject":
URL search field: "j demoproject story searchtext"
Result: Search results show all items of issuetype 'Story" in the project 'Demoproject" having a text like "searchtext" >> Great!
Some questions still remain:
Thanks in advance
Greetings,
im struggeling to understand what it is you implemented, but have you considered using JQL for your queries? From what i understand, that would be much easier.
Here would be an example query URL when using the "normal" search (not quicksearch). Maybe it helps you in some way:
regards
Hi Michael thanks for you reply.
I'm just trying to understand how Jira resolves query parameters coming from the browser's address bar. So, it's not about JQL in the first place.
Right now typing
"j <Jira project key> <issuetype> <searchtext>"
in the URL address bar works when the issuetype does not contain a whitespace e.g. "story". I can't figure it out for e.g. "Test Plan".
Basically it's about minimizing typing efforts to jump right into the results of the JQL query Jira is doing for me afterwards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.