alfred-jira-search

Alfred workflow to quickly search through your Jira issues

Usage no npm install needed!

<script type="module">
  import alfredJiraSearch from 'https://cdn.skypack.dev/alfred-jira-search';
</script>

README

Alfred Jira Search

NPM Version Dependency Status devDependency Status

Alfred workflow to quickly search through your Jira issues 🔎

Installation

Download the latest worflow from the releases page. You will be notified of future updates within Alfred.

Configuration

You will be asked to configure the workflow with the following values :

Usage

| Command | Action | |-|-| | jj | Display a list of unresolved issues sorted by their last updated date. The list is filtered by Alfred. | | jb | Display a list of all Jira boards. | | ju | Force update the local data | | jconf | Edit the workflow configuration |

When using the jj command, some smart filtering can be done:

# Filter by project
jj p=<PROJECT_KEY>

# Filter by assignee
jj u=<USERNAME>

# Filter by status
jj s=<STATUS>

# Filter by sprint status
jj sp=<SPRINT_STATUS>

# Filter by Tempo account name (requires Tempo)
jj a=<ACCOUNT_NAME>