This Forge-native app provides three Jira issue panels (Dashboard, Add Expense, Reports). It uses an in-memory shared store (per runtime instance) so panels share data during a session. No persistent storage is used (data resets when the runtime restarts).
-
Replace the App ID in
manifest.ymlwith the App UUID from your Developer Console: Example:ari:cloud:ecosystem::app/0f7b8c47-7fa1-4e1b-8f42-5caa12b33df8 -
Install dependencies:
npm install --legacy-peer-deps
-
Login then deploy & install:
forge login --token <YOUR_FORGE_TOKEN> forge lint forge deploy forge install
-
Open a Jira issue in your site and use the Apps sidebar to open the three Spendify panels.