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.
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:
setbugifyurl http://yourbugifyurl.com/
(with trailing slash)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 projectbugify users
to list users, where selecting one will list issues for that userbugify filters
to list your custom filters and then view issues within thembugify search KEYWORD
orbugify 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.