Skip to content
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ machine your-site.atlassian.net login [email protected] password yourPassword port
_Please note that in the authinfo file, port 443 should be specified
if your jiralib-url is https._

### Atlasian Jira Cloud Users
Atlassian no longer accepts authentication via password. **All users must use a token for authentication**. Additionally https is required, so all atlassian cloud users should onlly apply a gpg file (or at their own risk a plain text file which contains the application key).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in "onlly"

**RECCOMMENDED FOR CLOUD USERS**
```conf
machine your-site.atlassian.net login [email protected] password yourPassword port 443
```

## Usage
### Getting Started
org-jira mode is easy to use, to get started (after installing this
Expand Down