Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
We are doing some analysis on JIRA using Qlik Sense. The Api we are using returns sprint id's as fields in the JSON response. I Can not use the sprint ID's as fields in my script as those would always change.
I tried using Select * FROM "issueKeysAddedDuringSprint" but looks like select * does not work on JSON Wrapper.
Is there a way I can select all the fields from the table in JSON Wrap without specifiying the field names or fetch the fieldnames itself?