Bugify and Alfred

April 7, 2014 1 min read

I’m on a roll with Alfred: this time with a workflow for searching and browsing Bugify issues via the Bugify API. I’ve been increasingly relying on Bugify, so it’s helpful to quickly find an issue and jump straight to it in a browser.

Screenshot of Alfred displaying Bugify issues filtered by test keyword

If you’d like to try it out, you’ll need to set the URL of your Bugify install along with your API key. I’m not sure whether there’s a better way to do this, so it’ll require two steps:

  1. setbugifyurl http://yourbugifyurl.com/ (with trailing slash)
  2. setbugifykey YOUR_BUGIFY_API_KEY

Once your connection details are stored, try any of the following:

  • bugify projects to list projects, then select one to view issues for that project
  • bugify users to list users, where selecting one will list issues for that user
  • bugify filters to list your custom filters and then view issues within them
  • bugify search KEYWORD or bugify KEYWORD to search issues

I whipped up some icons for issue statuses, and happily stole others from Bugify and Entypo.

Enjoy, and promise to be gentle if you need to point out anything I’ve done questionably.

Download Bugify.alfredworkflow or check out on GitHub.

***

Updated 10/14/19 at 7:00pm