Dear all,
I have got a business account to be able to connect Jira to qlik sense web version.
I was able to create a Jira connector, and was able to login using my username and password, i am an administrator in jira account.
i got 4 tables to select from:
Projects
Issues
Comments
History
i was able to insert the script of the projects.
and for each issue i need to add the Project Id/key to be able to preview the issues of that project and then insert the script.
issue is I am not able to link the issues to projects after doing the above steps.
there is no common field that will connect them like the project Id in the issue
at the end of the script i have this:
FROM Issues
WITH PROPERTIES (
projectIdOrKey='10018',
createdAfter='',
createdBefore='',
updatedAfter='',
updatedBefore='',
maxResults=''
);
but in the data loader after "synchronize the script tables" i am not getting the IDs as a connection, check the attached.
any help in that?
let me know if you need any screen shots