katalon-studio / katalon-testops

Manage automation results, like you test it manually
https://www.katalon.com/testops/
12 stars 18 forks source link

Support for Personal access tokens in Jira server #220

Open fabaleus opened 2 years ago

fabaleus commented 2 years ago

Hi,

I am trying to configure Jira integration for Jira server v8.20.8 with Testops organization Unifiedpost (ID: 272244). Our Jira server instance is integrated with Google G suite, allowing users to single sign on into our Jira server using their Google credentials.

We have installed & configured the Katalon plugin for Jira successfully.

Next we would like to enable the TestOps integration with our Jira server instance. According to the documentation for Jira Server:

Kindly update the Jira server <> Testops integration to use Jira Personal Access Tokens. https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html

Note that this could also be used in a slightly different way for the Jira cloud integration (personal access tokens are slightly different from the JIRA Cloud api tokens): Cloud: curl -H "Authorization: Basic <base64(:>)" https://{jiraBaseUrl}/rest/api/ Server: curl -H "Authorization: Bearer " https://{jiraBaseUrl}/rest/api/

Looking forward to your reply, kind regards,

Hans Boone