Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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>)
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.
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.