Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created March 25, 2012 05:55
Show Gist options
  • Save brianleroux/2191624 to your computer and use it in GitHub Desktop.
Save brianleroux/2191624 to your computer and use it in GitHub Desktop.
navigating jira for cordovajs issues
  1. navigate to https://issues.apache.org/jira/browse/CB
  2. click on 'versions due' in the top right-ish on the release you want. 1.6 creates this ghastly url: https://issues.apache.org/jira/browse/CB/fixforversion/12319548
  3. click on 'Unresolved: By Component' in the second from top right-ish for CordovaJS, which for our example creates this awesome url: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+CB+AND+fixVersion+%3D+%221.6.0%22+AND+resolution+%3D+Unresolved+AND+component+%3D+CordovaJS+ORDER+BY+priority+DESC&mode=hide
  4. rejoice! we have filtered by 1.6 for the CordovaJS component; you can save this filter for later. =/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment