Date when an Issue was Linked

We have a Project where we store Ideas and these Ideas have delivery tickets from Project B linked to them.
Now, I basically want to know the date when these Delivery tickets were linked to these ideas. How can I do that?

Hi, @Namrata_Chatterjee

Sorry for the late answer, but the data in eazyBI depends on the issue’s JSON file.

JSON file of the issue. To get the JSON file, please open an issue in Jira. Modify the URL of the issue replacing browse with rest/api/latest/issue and then add ?expand=changelog

at the end of the URL. There you can see all the data you are getting from Jira through REST API.

Kindly,
Ilze