Alfred workflow to quickly search through your Jira issues 🔎
Download the latest worflow from the releases page. You will be notified of future updates within Alfred.
You will be asked to configure the workflow with the following values :
- The name of your Jira organization (
JIRA_ORG
inhttps://JIRA_ORG.atlassian.net
) - Your Jira username which usually is your email
- A Jira API token (create one at https://id.atlassian.com/manage/api-tokens).
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>