Shared data between multiple Forge apps

Hi Community.

I can use Properties API to store data at Project & Issue level. I can use Storage API to store data at App level.
Is there any possibilities to store data at Tenant level?
I have multiple Forge apps which work together and they need to share some data with each other.

Thanks in advance.

1 Like

Hi @VladyslavKurmaz ,

Are you able to use application properties.

Regards,
Dugald

Hi @dmorrow.

Thanks a lot for the response.

My initial request was about ability to create shared properties from inside Forge Apps.
I think I can use Application Properties too, but I didn’t find any information about how I can create new custom property. Documentation says that I can read and update existing properties only
https://confluence.atlassian.com/adminjiraserver/configuring-jira-application-options-938847824.html

Is there any possibilities to create new App prop, maybe from cli?
Thanks in advance.