I want to store data in Entity Property but there is some limitations (https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/#limitations-of-entity-properties):
- The maximum length of an entity property key is 255 bytes.
- The maximum length of an entity property value is 32768 bytes.
So is there any API to fetch the size of Entity Property? which will be helpful to avoid breaching the limit data size.