1.0.0 • Published 3 years ago

alfred-jira-issues-selector v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Alfred Jira Issue Selector Workflow

Install

Requires Node.js 7.6+ and the Alfred Powerpack.

$ npm install -g alfred-jira-issues-selector

Or Download workflow on this URL

And then You must set the variable.

4

API_TOKEN= jira api token.
DOMAIN= your jira domain.
USER_EMAIL= your jira email.
PROJECT_NAME= (optional) your jira project key.
  • GET API_TOKEN on this page.
  • If you write PROJECT_NAME, only the issues of that project are searched.

5

Usage

jr [query]
jr 36 // Find By Issue Key
jr 이슈 // Find By Issue Summary or Description Content

Press return (↵): Copy the Clipboard. Press ctrl or command + return (↵): Open Issue with Browser.

Screenshot

1 2 3