Could I store previous Jira Forge Application's data or status when I refreshed the application?

Hi, I’ve been happily using your application. And I need to add a new feature on my application.

So as each forge application’s runtime resides on aws lambda, I got a question if it’s possible to store some status(data) though I’ve refreshed the application.

This is my scenario.

  1. Request something on Forge application.
  2. Mark something to checked.
  3. Refreshed the application (or Jira website itself)
  4. Still want to see that to be checked.

So I was wondering if I could utilize some kind of small database. (Since I can update, set, delete in a permanent way)

You can utilise Forge storage to save data https://developer.atlassian.com/platform/forge/runtime-reference/storage-api/

5 Likes

@reddy1 Thanks! That helped me a lot. Sorry for the late reply