jira-client
jira-client copied to clipboard
Basic auth with password && cookie-based auth to be deprecated - start using basic authentication with an API token, OAuth, or Atlassian Connect
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, 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.