All Projects → mmazzarolo → alfred-jira-search

mmazzarolo / alfred-jira-search

Licence: other
An Alfred workflow to search for Jira tickets

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to alfred-jira-search

alfred-arxiv-workflow
🔎 Alfred workflow to search arxiv.org items
Stars: ✭ 23 (-11.54%)
Mutual labels:  alfred, alfred-workflow
wipfred
🚧Manage your wip.chat todos with alfred
Stars: ✭ 23 (-11.54%)
Mutual labels:  alfred, alfred-workflow
alfred-figlet
🔠 Alfred 3 workflow to asciify plain text using figlet.js
Stars: ✭ 16 (-38.46%)
Mutual labels:  alfred, alfred-workflow
alfred-network-location
List, filter and activate network locations from within Alfred
Stars: ✭ 31 (+19.23%)
Mutual labels:  alfred, alfred-workflow
Efficient-office
Alfred-Workflows,Vim,Script,Mac
Stars: ✭ 36 (+38.46%)
Mutual labels:  alfred, alfred-workflow
adb-alfred
adb alfred - all in one
Stars: ✭ 60 (+130.77%)
Mutual labels:  alfred, alfred-workflow
Coinc
💰💱Alfred Workflow for currencies conversion
Stars: ✭ 38 (+46.15%)
Mutual labels:  alfred, alfred-workflow
Alfred Repos
Browse, search and open Git repositories in Alfred
Stars: ✭ 244 (+838.46%)
Mutual labels:  alfred, alfred-workflow
alfred-chrome-history
Alfred workflow for Chrome history
Stars: ✭ 35 (+34.62%)
Mutual labels:  alfred, alfred-workflow
alfred-postcss-workflow
Alfred App Workflow for https://www.postcss.parts
Stars: ✭ 14 (-46.15%)
Mutual labels:  alfred, alfred-workflow
alfred-anki
Create New Cards into any decks with any "Note Type".
Stars: ✭ 42 (+61.54%)
Mutual labels:  alfred, alfred-workflow
alfred-browser-tabs
🔍 Search browser tabs from Chrome, Brave, Safari, etc..
Stars: ✭ 302 (+1061.54%)
Mutual labels:  alfred, alfred-workflow
alfred-workflow-zoom-meetings
Join a Zoom meeting without the link opening in your browser.
Stars: ✭ 45 (+73.08%)
Mutual labels:  alfred, alfred-workflow
alfred-craftdocs
Note searching for Craft Docs using Alfred
Stars: ✭ 38 (+46.15%)
Mutual labels:  alfred, alfred-workflow
Alfred Searchio
Alfred workflow to auto-suggest search results from multiple search engines and languages.
Stars: ✭ 250 (+861.54%)
Mutual labels:  alfred, alfred-workflow
alfred-ip-address-workflow
Alfred 5 workflow for getting your local and external IP addresses.
Stars: ✭ 163 (+526.92%)
Mutual labels:  alfred, alfred-workflow
Google Alfred3 Workflow
🎉 The missing Alfred 3 Workflow for searching google.
Stars: ✭ 241 (+826.92%)
Mutual labels:  alfred, alfred-workflow
Chrome Bookmarks Alfred Workflow
Chrome/Canary/Chromium/Microsoft Edge bookmarks search workflow for Alfred
Stars: ✭ 241 (+826.92%)
Mutual labels:  alfred, alfred-workflow
alfred-deepl
Utilize DeepL api translator.
Stars: ✭ 19 (-26.92%)
Mutual labels:  alfred, alfred-workflow
alfred-r
#rstats Alfred workflow
Stars: ✭ 36 (+38.46%)
Mutual labels:  alfred, alfred-workflow

⚠️ Disclaimer: I'm no longer actively maintaining this script — I stopped using Alfred and I'm now using Raycast.

alfred-jira-search

An Alfred workflow to search for Jira tickets.

  • The workflow is triggered by the jira keyword, followed up by the search query.
  • Under the hood the workflow uses the /rest/api/3/issue/picker endpoint to return a list of issues matching the Alfred query.
  • It's smart enough to return a list of issues if you're query is a word, or a specific issue if your query is a ticket number.

⚠️ Disclaimer: I'm no longer actively maintaining this script — I stopped using Alfred and I'm now using Raycast.


The workflow setup still has a huge margin for improvement: I haven't built an authentication flow, so it requires some manual setup (that I abstracted into three workflow environment variables).

A domain variable
Part of the Jira URL. E.g. (https://${domain}.atlassian.net).

An apitoken variable
The jira API token to use for authentication. You can generate one in your jira account settings

A username variable
The jira username associated with the API token. E.g. [email protected]

It also needs jq to be installed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].