If you wish to connect to the Jira Cloud instance remotely, say from an external application, you can achieve this by using basic authentication and Jira REST API's.
Basic auth uses API Tokens to authenticate the user without using an actual password. This is more secure as you do not use the actual password and can revoke the token anytime.
Steps to generate Atlassian account API Token - JIRA
REST clients can authenticate themselves using basic authentication with an Atlassian account email address and API token. You can only create a maximum of 25 tokens and revoke them when required.
- From your Jira cloud instance, click "Your profile and settings" from the top-right screen option.
- Click Profile from the options.
- Click Manage your account.
- Click Security.
- Under API token section, click 'Create and manage API tokens'.
- Click 'Create API token' to create a new token on the popup screen.
- Provide a short and memorable label and click Create.
- The API token is presented on the next screen so you can copy and preserve it. Make sure you copy your new API token. You wonโt be able to see this token again.
- Click Close.
- Note the JIRA Cloud API token for further authentication.
You can now supply the Atlassian email address and JIRA Token with Authentication Headers and connect to Jira using REST APIs, say to create an issue.
- Windows 10 now has a new enhanced Calculator with a new icon - News
- Mac - Open New Tab in Chrome Shortcut - Chrome
- How to disable button in Bootstrap - Bootstrap
- How to create Custom RatingBar Android Programming Tutorial - Android
- How to switch to Powershell on Mac Terminal - Powershell
- Install Bash Completion on macOS - Bash
- How to open a new tab in Notepad++ - NotepadPlusPlus
- [Solution] POI: Cannot get a NUMERIC value from a STRING cell - Java