How to add Jira to Chrome Search Bar
To search for Jira issues directly from the Google Chrome search bar, you can add Jira as a custom search engine:
- Go to Settings > Manage Search Engines > Other Search Engines > Add.
Fill out the info as follows, using whatever keyword you prefer.
- Search with the Chrome Search bar by beginning the query with your keyword. For example:
- "
j BEAM-1234
" will take you to that specific issue. - "
j beam unresolved <username>
" will show unresolved issues assigned to <username>.
How to add JIRA search to Firefox search
Firefox uses a format called OpenSearch so we need to generate an installable XML:
- Go to https://ready.to/search/en/#
- Fill the sections:
the search name:Beam Issues
the front search term: - Click Make search plug-in to generate an URL.
- Go to the URL. This installable URL searches for
Beam issues.
https://ready.to/search/en/?sna=Beam%20issues&prf=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FBEAM-&in=utf&ou=ono&mod=pn# - Click Opensearch plug-in Beam Issues to install it.
- Configure a keyword for a quick search on Firefox preferences.
- Go to Preferences > Search.
- Scroll down to Search Shortcuts.
- Double-click on the Keyword column for the search engine you want to assign a shortcut to.
- Enter your search shortcut keyword. For example:
b
Another useful URL to install and search Beam's open PRs on GitHub:
How to integrate Intellij/Pycharm
To jump directly to a BEAM-NNNN JIRA issue referenced in the code using the Declaration (ctrl+b / ctrl-left click) shortcut.
- Go to settings and find Issue Navigation.
- Add a new entry with:
Issue ID: BEAM-\d+
Issue Link: https://issues.apache.org/jira/browse/$0