Jump to content

TkTech

Member
  • Posts

    3
  • Joined

  • Last visited

TkTech's Achievements

Helping Hand

Helping Hand (3/5)

4

Reputation

  1. You might be interested in my workflow (https://github.com/TkTech/jira_alfred) that uses the jira API, so you don't need to download a CSV list (or avatars) and keep it up to date. I don't imagine this would be too hard to add.
  2. I've started on a JIRA workflow for Alfred that uses the JIRA API and GreenHopper API through jira-python. This is really, really new and has basically no testing so any feedback is appreciated. Improvements to the instructions are greatly appreciated. If anyone has a public JIRA install they can use to create screenshots, it would also be greatly appreciated. Download Pre-built workflows can be downloaded from GitHub. The source is also available for those looking to extend/modify it. Dependencies There are none! The workflow bundles all of its dependencies when it's built. Currently implemented keywords jira open - Open JIRA in your browser. jira search [query] - Search JIRA for tickets matching [query]. jira my [query] - Search your own tickets matching [query]. jira boards [query] - Search GreenHopper boards for [query]. jira set domain [domain] - Set the domain for JIRA (ex: https://my-company.atlassian.net) jira set consumer [key] - Set the consumer key, created when configuring Alfred on JIRA. jira step 1 - Step one of the 3-legged authentication with JIRA. jira step 2 - Step two of the 3-legged authentication with JIRA.
  3. Is there any chance that JSON feedback will be supported? It's far nicer to work with in most languages (such as Python) and should produce cleaner Workflows.
×
×
  • Create New...