I added a bug search box to cordova.io a while ago, which is what I use whenever I want to search for bugs. The main thing it does is require each of the words you type instead of OR'ing them. It also filters by platform if it sees the word "android", "windows", etc.
Michal pointed out to me that likely JIRA uses wether or not a match contains all the words in its ranking, but usually I want to just know if a bug exists with these words or not, so the extra results slow me down. On Mon, Oct 29, 2012 at 1:42 PM, Shazron Abdullah <[email protected]> wrote: > Yup they have an API if not BugBox on iOS and Android won't work > > On 2012-10-29, at 10:32 AM, Filip Maj <[email protected]> wrote: > > > Jira has an API I'm pretty sure! We're pretty good at implementing shims > > ya? Let's fill the JIRA gap. > > > > On 10/29/12 10:19 AM, "Brian LeRoux" <[email protected]> wrote: > > > >> At some point I'd like to make both searching and submitting bugs to > >> Cordova easier for sure. =/ > >> > >> > >> On Mon, Oct 29, 2012 at 7:31 AM, Braden Shepherdson < > [email protected]> > >> wrote: > >>> +1! > >>> > >>> JIRA search is so bad that my approach to finding bugs by keywords is > to > >>> search on Gmail and then click the link. Yeah. > >>> > >>> Braden > >>> > >>> > >>> On Fri, Oct 26, 2012 at 5:56 PM, Dave Johnson > >>> <[email protected]>wrote: > >>> > >>>> I thought the jira/browse/CB-xyz was really intuitive :( > >>>> > >>>> On Fri, Oct 26, 2012 at 10:05 PM, Michal Mocny <[email protected]> > >>>> wrote: > >>>>> +1. Big Time. > >>>>> > >>>>> On Fri, Oct 26, 2012 at 3:58 PM, Brian LeRoux <[email protected]> wrote: > >>>>>> issues.cordova.io -----------> > >>>> https://issues.apache.org/jira/browse/CB > >>>>>> issues.cordova.io/1234 ---> > >>>> https://issues.apache.org/jira/browse/CB-1234 > >>>> > > >
