alfred-jira-issues-selector
v1.0.0
Published
Select Jira Issue with ease
Downloads
1
Readme
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.
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.
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