Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Lakshmanan
Partner - Contributor III
Partner - Contributor III

Dynamic JQL query search in Jira using web connectors in Qlik sense

Hi , 
i am new to Qliksense 

i need help how to get the required fields from Jira by passing values in Jql query from the excel in load script using web connectors.

http://<servername>/jira/jqlresult?fields=key,epic link,parent link,Issue type,user name&jql=key%20in%20(<Values from Excel>)

Labels (3)
2 Replies
Andrew_Delaney
Support
Support

Hi laksh,

 

If you are loading these values during your script, then you'll want to convert them into variables for the next step. This old post has someone dealing with a similar problem.

Lakshmanan
Partner - Contributor III
Partner - Contributor III
Author

Hi Andrew, 
Thank you .But  after saving that in  variable , can you please let me know how we can pass that to Jira Jql query.
http://<servername>/jira/jqlresult?fields=key,epic link,parent link,Issue type,user name&jql=key in (<Variable>).

in Qlikview , i found like we can use custom connect , butt QS doesnot support it. Also while connecting to Jira via REST API limits the result.