Is there a limitation of how many numbers of entity properties and storage API can we implement in a Forge app?

Is there any limitation of how many entity properties and storage API can we add to an issue for example?

Hi @Ivana1 ,

For entity properties limit, you can check this page https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/#limitations-of-entity-properties where it states

  • The maximum length of an entity property key is 255 bytes.
  • The maximum length of an entity property value is 32768 bytes.
  • Apps can store an unlimited number of entity properties against an entity.

For Storage API, if you are looking for a limit as to how many you can call over a period of time, you can check this documentation https://developer.atlassian.com/platform/forge/platform-quotas-and-limits/#storage-api-operation-limits-per-installation.

For storage capacity guidance, you can check this section https://developer.atlassian.com/platform/forge/platform-quotas-and-limits/#total-storage-capacity-quota.

Hope this helps.

Ian

2 Likes