Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
jchenoun
Partner - Contributor
Partner - Contributor

Connecion REST for Cloud JIRA API

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

jchenoun_0-1686320072291.png

 

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?

Qlik REST Connector 

Thanks

Julie

Labels (2)
1 Reply
Tony7
Support
Support

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