Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates README with info on logging in with password + API token #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This is a workflow for Alfred 2 (or Alfred 3) that can be used to interact with
* Clone/fork this repo
* Run the build script `npm run build`

## JIRA Login

After installation, you can login to your JIRA instance by opening you alfred prompt, entering "jira", and select "Alfred JIRA Workflow > Login".

From here you can enter your JIRA URL, username, and password.

If you're logging into JIRA through SSO, you can create an API Token, which you can use as your password.

## Features
* Quickly create new issues.
* **Project** and **Issue Type** fields are required and must be defined before submitted the summary.
Expand Down