Hi Atlassian, we have faced an issue when using our connect app alongside the New Navigation and Atlassian’s Company Hub. Our connect app uses the web entry point "atl.general" to load content into...
Hi Atlassian, we have faced an issue when using our connect app alongside the New Navigation and Atlassian’s Company Hub. Our connect app uses the web entry point "atl.general" to load content into...
I have a custom app in which I've added an admin webSection called "Test app". This is a snippet from my atlassian-connect.json file: "webSections": [ { "location": "system.admin",...
Hi all Please provide thoughts on uses of Forge apps vs private Custom connect apps? (i thought I posted this previously but dont think I have) We have a private custom connect app that provides ...
Introduction As Atlassian Cloud continues to evolve in 2024, the opportunities for developers to build custom apps for the Atlassian Marketplace are more exciting than ever. However, creating a tru...
I'm working on a small Connect app in a development instance before bringing it into our main (paid, 1000+ seat) corporate account. The company much prefers to self-host where possible, hence Connect...
I'm developing a connect app for my company's Confluence. It's working when I'm developing in local with two dynamicContentMacros showing. However, when I deployed it to the staging environment,...
Estimate app data residency migration downtime App data residency enables organizations to exercise control over data by migrating and pinning it to geographical locations. Atlassian products and M...
I have created one plugin and want to integrate it into the release page on the right-side collapse section. But I cannot place it in that location I am trying to create a Jira plugin specifi...
Hi All , We have few queries regarding connect.json, we use connect.json in our code package to trigger some code deployed in azure webapps whenever any realtime events happen in Jir...
Hi , We use atlassian-connect.json to get the real-time events(issue created/updated/deleted etc) in Jira cloud. Since a single instance of Jira cloud can have multiple sites, is it possible to c...
Hello Atlassian Community, We are reaching out to seek your valuable assistance and insights regarding an issue we've encountered with our app developed on Forge. We hope that by sharing our prob...
Atlassian has bought several marketplace apps in the past and turned them into modules in Jira. Insight Asset Manager is now Assets. Jira Portfolio is now Advanced Roadmaps. Even the foundation of ...
Hi all, I would like to ask a doubt related to Atlassian connect for confluence. I am new and I would like to understand how it works. I have a static content macro. When u...
Sailing Smoothly with Jira Workflows: Your GPS in the Sea of Tasks In the fast-paced world of modern work, keeping everything on track can feel like navigating a stormy sea. But fear not, because Ji...
Hello there! If you're involved in developing or maintaining Atlassian Connect apps, this cross-posted article is for you: Dynamic versioning of an Atlassian Connect app Developing a productio...
Hi Team! A new teammate joined our team. She wants to follow the trainings through Atlassian University. But he cannot log in to Atlassian. Can you provide authority support on this issue?
I have created an app using ACE and deployed to Jira using ngrok. The app is installed in Jira but not opening. I have referred the following blog https://developer.atlassian.com/cloud/jira/p...
...lasses mentioned in this link, I created my Rest Controller (webhook listener) as follows: @PostMapping("bitbucket-hook") public void webhook(@AuthenticationPrincipal AtlassianHostUser hostUser, @R...
I am having some problems with the simple Connect "Hello World" example. I have set up ngrok, run the server and tested the server locally through the ngrok tunnel. The app installs fine, but I canno...
...tlassianHostRestClients; public void doSomething() { atlassianHostRestClients.authenticatedAsAddon().getForObject("/rest/api/example", Void.class); } I changed it to postForOject as the creation of a...
For our support team I am trying to connect an atlassian-connect app with the appropriate sales api record (transaction and license) but it looks like there is no matching id. the atlassian-connect ...
I try to use project property in atlassian-connect.json file but it's not working it ignore the filter and trigger for all issueTypes. Here is my code: "webhooks": [ { ...
We are trying to build a Atlassian connect app and in that we have subscribed to the comment_created event of the webhooks. The issue is the body of the comment that is sent to us with the...
I developed bitbucket plugin using the Atlassian Connect Express (ACE) toolkit. It worked great; after publishing on my own server everything went smoothly connecting to another bitbuc...
Copied to clipboard