devondragon/jira-omnifocus

Basic auth with password to be deprecated on Jira Cloud - start using API tokens

mansilladev opened this issue · 4 comments

See: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/

As of March 15, 2018, in accordance to the Atlassian REST API Policy, Jira cloud support for passwords in HTTP basic auth requests will no longer be supported on or after September 15, 2018.

Instead of passwords, you should start using API tokens.

@devondragon @mansilladev testing with the api_token, and Jira Cloud it appears to work currently. Tested on macOS 10.13.3.

@DJDesign - Do you just set the API token as the password in the jiraomnifocus configs here? Or some other approach? Thanks

Thanks! I have updated the documentation to reflect this!