Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Jira connection via REST API with Qlik Sense

Hi everyone,

I tried to connect Qlik Sense with Jira via Rest API. I set everything, even the Test Connection button said the "Test was successful.", but when I'm trying to select data, it shows nothing. I tried in several different way, but the results always the same. Does somebody has experience with it or can somebody help me?

Thanks,

Istvan.

My latest settings:

When I'm trying to select data, I get this every time:

8 Replies
ivans_mihailovs
Partner - Contributor
Partner - Contributor

Hi,

I was able to fetch data without specifying pagination and Query headers. All parameters was similar, except Security - I chose Allow response headers and I used different URI:

https://YOUR_JIRA_ADDRESS/jira/rest/api/2/search/?jql=project=YOUR_JIRA_PROJECT&fields=summary,description,status,created,resolution,resolutiondate,statusCategory,issues,issuetype,priority,assignee,reporter,components,labels&maxResults=3000&expand=changelog

This URI will return info about your project and additional history (comments, status changes and so on). Fields might be different (not sure here), you can try yours.

One more thing what I changed - timeout from 30 to 300.

Hope this helps!

//Ivans

carolinecomte
Partner - Contributor
Partner - Contributor

Hello, 

I'm trying also to make a connection with your advices but it's not working :

https://____________/jira/rest/api/2/search/?jql=project=DWH&fields=summary,description,status,created,resolution,resolutiondate,statusCategory,issues,issuetype,priority,assignee,reporter,components,labels&maxResults=3000&expand=changelog

 

jira.JPGjira2.JPGjira3.JPG

Do you have an idea to help me?

Thank you! 

samp
Contributor III
Contributor III

Hi,

Did you get any solution for your below problem I am trying to build an app by creating REST API to JIRA.

My TEST connection is successful but its not returning any data after running the script.

Appreciate your time and help. 

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Included with your Qlik Sense licence is a licence for Qlik Web Connectors. This is a separate download and install, but once you have done this there is a simple way to authenticate with and download data from Jira.

Details on the Jira connector are here:

https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-So...

To licence the Qlik Web Connectors you simply put your Qlik Sense licence key and control number in for the licence in QWC.

Hope that helps,

Steve

PawelB
Contributor II
Contributor II

In my case the link worked after removing "jira/" from it.

You can check the example at https://developer.atlassian.com/cloud/jira/platform/rest/v2/#about

muhammetayal
Contributor
Contributor

Hi, 

 

Can I connect as JSON (response type) to our Qliksense - version (Qlik Sense 3.1 SR2 qliksenseserver 10.7.1)? 

The version support the JSON format? 

 

Thanks

 

 

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Sense 3.1 is very old. You should look at upgrading to get new features and fixes. Not sure what you mean by 3.1 and 10.7.1. If you have an Enterprise server then that is all the Sense you need.

Either way, the REST connector has been in Sense for a long time, so it should be there. This will handle JSON as a response type.

Things are made a lot easier with the Web connectors though.

muhammetayal
Contributor
Contributor

I mean, our version like this.

thumbnail_image002.jpg