Re: jira search in chrome omnibox

2020-02-14 Thread Ismaël Mejía
Great! I was not aware that such page existed I learned the IntelliJ tip too thanks. I just added the firefox explanation. In other practical tips, I don't know if you guys saw the new `gh` tool by github. https://github.blog/2020-02-12-supercharge-your-command-line-experience-github-cli-is-now-i

Re: jira search in chrome omnibox

2020-02-14 Thread Udi Meiri
The JIRA tips page already has the instructions for Chrome, Ismaël. Feel free to add the same for Firefox. https://cwiki.apache.org/confluence/display/BEAM/Jira+Tips On Fri, Feb 14, 2020 at 8:20 AM Ismaël Mejía wrote: > For Firefox users: > > You can replicate the same behavior but it requires a

Re: jira search in chrome omnibox

2020-02-14 Thread Ismaël Mejía
For Firefox users: You can replicate the same behavior but it requires a bit more work: Firefox uses a format called OpenSearch so you have to generate an installable XML via this page. https://ready.to/search/en/# the search name: Beam Issues the front search term: https://issues.apache.org/jir

Re: jira search in chrome omnibox

2018-08-30 Thread Udi Meiri
Correction: this is the correct URL: https://issues.apache.org/jira/secure/QuickSearch.jspa?searchString=%s It uses smart querying. Ex: Searching for "beam open pubsub" will search for open bugs in project BEAM with the keyword "pubsub". On Tue, Aug 28, 2018 at 4:49 PM Valentyn Tymofieiev wrote:

Re: jira search in chrome omnibox

2018-08-28 Thread Valentyn Tymofieiev
Thanks for sharing. I have also found useful following custom search query for PRs: https://github.com/apache/beam/pulls?q=is%3Apr%20%s Sample usage: type 'pr', space, type: 'author:tvalentyn'. You could also incorporate 'author:' into the query: https://github.com/apache/beam/pulls?q=is%3Apr%20

Re: jira search in chrome omnibox

2018-08-28 Thread Daniel Oliveira
This seems pretty useful. Thanks Udi! On Mon, Aug 27, 2018 at 3:54 PM Udi Meiri wrote: > In case you want to quickly look up JIRA tickets, e.g., typing 'j', space, > 'BEAM-4696'. > Search URL: > https://issues.apache.org/jira/QuickSearch.jspa?searchString=%s > >