
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
