...ntegration and created a https link to achieve this on Forge App, it says the access is denied. What workaround do I have and what is wrong that I am doing?
We have a Confluence Forge app with custom UI. We are facing an issue when fetching paginated comments for pages and blog posts using the following APIs: For pages: /wiki/api/v2/pages/{pageId}/f...
Question: I need to create a Forge app with a jira:issuePanel that appears in only ONE specific project, not across all projects on the site. What I've tried: Manifest-level project filtering (d...
...ist pending app updates across all sites? Is Atlassian working on a better admin notification mechanism (inside Admin Center), rather than relying on more vendor emails? For Forge apps (Runs on A...
I'm constantly running into the situation during development of my own forge app and testing the installation lifecycle where an uninstall request seems to hang for >5 minutes, and eventually r...
Since last week, we started getting random pipeline failures, only on PR builds. Branch commit builds are still working correctly. The Forge Dynamic pipeline provider has not changed in months, t...
Hello, I'm currently digging into the Atlassian Marketplace API v2 to obtain the app edition of a forge app. I'm using the endpoint /vendors/{vendorId}/reporting/licenses, which should return t...
Hello, I'm struggling to find a proper solution to become compatible with the "Runs on Atlassian" program while keeping my app capabilities, due to what appears to be inconsistencies in the Forge m...
...isplay that in a table. Retrieving just the list is my first step. Next I also want to do some analysis and optionally cache any analysis results. I could not find many examples for forge apps. In the p...
...s forge app) but it is asking for marketplace app to be installed, how do i work with my dev app here because i want to test it first.
I am currently developing a Forge Jira UI modification app. I've successfully accessed the 'Issue Type' select field using getFieldById("issuetype") . However, I also need to access the sub-task f...
I have carefully reviewed the Forge documentation and understand that user/app authentication tokens are accessible within Forge remote backends. However, I am seeking to access an authentication t...
Hi 👋 as far as I can see, JQLEditorAsync does not work in Forge Remote. I tried component from https://www.npmjs.com/package/@atlassianlabs/jql-editor-forge?activeTab=r...
...re unable to save their filters there so they have to repeat these steps every time they want to look at only orders from a specific portal. I was hoping to solve this quickly with Forge, while A...
Hi Team, I am trying to learn Forge App development for Jira and Confluence tools. Need help in understanding the forge architecture and development process involved. The prerequisites of forge...
We've been really trying to use Forge to do some cool things, but run into some limitations here and there. Here's the current situation: We'd like show a custom JSM portal request view action a...
We are building a Forge application. We are getting a Forge JWT token. With this token we can make some API requests using REACT and your SDK How to make a request using this t...
Hello :) During registering app after 'forge create' following error appears: Error: The manifest.yml file is not a valid YAML. Fix it and try again. How to run 'forge create' again with new m...
Good day I want to create a plugin that will allow the user to import the data, read through the file and manipulate 100000+ issues based on what is in the csv. Is this possible and will it not tim...
hello! I'm using forge/react to create a macro + config application, but when i submit the config form using forge/bridge method view.close() or view.sumbit(), always trigger window s...
Hello community, as the old jql search for issues is deprecating, we are changing our apps calls to the enhanced JQL search (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-gr...
Hi everyone, We’re planning to host an Atlassian Community event at our Edmonton office! An Atlassian speaker will be joining us to present on Forge development for Jira Cloud. &n...
I have attempted to develop a Jira Forge app, but I noticed that using the invoke function with any account other than the one used for development always returns the following error: User did n...
Hi import { showFlag } from '@forge/bridge'; export const postfunction = ({ issue, transition: { from, to }, configuration: {message} }) => { console.log(`PostFunction for i...
The failure is because of the package `@statsig/client-core` gets 403 from artifactory while running `forge deploy`. This package has been blocked since it does not have license information. Is t...
Copied to clipboard