Enabling history on Entity Properties Forge

If someone add data in Entity Properties in terms of Forge how can we enable history, so we can see who added, edited or deleted the data?

As a Forge developer you can create a log using the storage API to note each modification the Forge app makes.

We don’t store history for entity properties.

Unfortunately you’ll be hit by the various Forge limits (invocation limit and storage limits) so it might not be a good approach.

You might be better off looking at the Forge custom field options which does allow you to store changelogs within Jira.