Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Generate json data from web url stored in a table column

Hi,

 

On my report, I have many URLs such as https://jira.xxx.com/rest/api/2/issues/51557 or 51558, 51559 and so on.

If I copy the URL to Get Data with Json connection, I can convert the value "customfield_10608":[{"id":"155","name":"MOX MIS","_links":{"self":"https://jira.xxx.com/rest/servicedeskapi/organization/155"}}] to a table.


 

The report already generates a column with all the URLs in 'IdOrganisations[self]', and I am looking to get at least the id number from the customefiled_10608 for each row from the 'self' table and store the id result  ( in this case "id":"155") to another column called Customers ID. 

 

 

Please let me know if I explained myself correctly.

Thanks in advance for your help 

 

2 Replies