In My Locally set up Jira server
My Current local URL=http://localhost:8080/secure/Dashboard.jspa
I am accessing Rest API with basic auth by username and password(plain).
(I don't know my API token)
In xyz.atlassian.com
My cloud URL = https://prohance.atlassian.net/secure/Dashboard.jspa
Here I am accessing Rest API with basic auth by username and password(plain).
(Here i know my API token from id.atlassian.com)
I am able to access Rest API by both
a. Username and Plain Password
b. Username and API token
As i read Plain Password over basic auth is deprecated. So asking this.
My Question is
1. How to get API token in local Jira Server.
Or
2. What will be the URL in my locally installed Jira Server for going to the page id.atlassian.com given in below image

Appreciate your Quick response.