Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to create a connection between Qlik server Enterprise to Cloud JIRA API
I use URL : https://MY_DOMAIN/jira/rest/3/cloud/MY_CLOUD_ID
Then i do authentification with a TOKEN given by JIRA with my account
So i use my email address as User Name and the TOKEN as password
Do you know if the URL is well written?
And for basic authentication, do you know if I can use a JIRA TOKEN?
Thanks
Julie
Hi @jchenoun!
You can use a JIRA TOKEN to authenticate the connection between Qlik server Enterprise to Cloud JIRA API. Here is more information of using JIRA: https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-So... .
"The URIs for Connect app REST API calls have this structure: https://<site-url>/rest/api/3/<resource-name>
For example, https://your-domain.atlassian.net/rest/api/3/issue/DEMO-1 " According to this article: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#authentication, important to note is that this article is not associated with Qlik directly so please read with care.
All the best,
Tony