JIRA Cloud os_username and os_password embedded in URL no longer available

Still need help?

The Atlassian Community is here for you.

Ask the community

Purpose

Currently it is possible to authenticate with JIRA directly by entering a clear text username and password in the URL with the parameters os_username and os_password. For example the URL http://jira.atlassian.com/browse/TST-1?os_username=tester&os_password=tstpassword would attempt to authenticate with jira.atlassian.com with the username 'tester' and password 'tstpassowrd'.  As passing a clear text username and password into JIRA is a security risk Atlassian has made the decision to block this functionality in JIRA Cloud. 

Solution

Instead of using os_username or os_password to authenticate with JIRA Cloud it is now necessary to use alternative authentication methods:

  • os_authType=basic can be added to the URL, JIRA will then request that a username and password is provided.

  • Basic authentication with JIRA can be used. If many requests are made this may cause performance problems in JIRA as every request will need to be authenticated.

  • Cookie based authentication is recommended when many calls are made to prevent performance problems.

Last modified on Jan 25, 2017

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.