1.2.0 • Published 4 months ago

@appsvio/forge-storage-browser v1.2.0

Weekly downloads
-
License
Apache
Repository
bitbucket
Last release
4 months ago

Forge Storage Browser

N

We develop apps for Jira services with passion.💖 Feel free to add this ability to your Forge app to browse Forge storage, and more. We're happy to share it with you and the whole Atlassian Community. 😊

Try out what we’ve prepared. You can also find our app on the Atlassian marketplace. If you have some questions, we would love to hear them – book a 💻 demo or drop us a line on our Customer Portal. 👋

We covered you up with an example app with an imported storage browser 👉 storage-browser-example-app

Let's watch a short video about this package 👀

Features

  • Browse Forge Storage items and edit or remove them
  • Browse Forge Storage secrets items
  • Browse Issue or Project properties
  • Browse Confluence Page/Site properties

Installation & Usage

Storage browser requires Forge, ReactJs .

Install the dependency.

npm i "@appsvio/forge-storage-browser"

In your Forge app register resolvers:

import Resolver from '@forge/resolver';
import { resolvers }  from '@appsvio/forge-storage-browser/dist/esm/resolvers';

...

const resolver = new Resolver();
resolvers.forEach(entry => resolver.define(entry.functionKey,entry.cb));

In your Forge app in Custom UI

import { ForgeStorageBrowser } from '@appsvio/forge-storage-browser';

..

 return (
        <>
            <ForgeStorageBrowser/>
        </>
    );

Dependencies info

"@emotion/react": "11.7.1", //workaround for problems with useinsertioneffect

License

MIT

1.2.0

4 months ago

1.1.9

1 year ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago