...
Projectrak API token
If you don’t have a Projectrak API token yet, follow the first steps (1 to 5) of this link .
If you have already got it, you can reuse it.Jira API token
If you have already one, you can reuse it if not expired. Please, check it here.
If you don’t have a Jira API token yet, please go to this link and generate it:
If you have already one, you can reuse it.Once created the Jira API token, open a Linux terminal and execute this command to generate a base64 authentication string:
echo -n JIRA_USER_EMAIL:JIRA_API_TOKEN | base64
For Windows powershell, please refer this link.
...