Pulling Compass Metrics into outside compass into tools like PowerBI
We are wanting to create a corporate dashboard containing many metrics including Compass. Currently compass metrics don’t seem readily available to extract into a solution like PowerBI or even through...
View ArticleError 500, 'The compass catalog schema has changed. Try upgrading SDK package...
Trying to use the graphql api with @atlassian/forge-graphql, doing any request so far gives me Error 500 with ‘The compass catalog schema has changed. Try upgrading SDK package version.’. I definitely...
View ArticleHow to disable compass weekly email notifications?
I imported some components into Compass during the trial phase but it turns out that compass does not meet our requirements. But how do I disabled the email notifications I now receive on a weekly...
View ArticleGet user in Compass Forge app
I’m trying to get the current user in a Compass Forge app (compass-component-page). In the src/component-page.js i try the following: resolver.define("syncUser", async (req, res) => { const query =...
View ArticleCompass Rest API Build Events
I am pushing some build events to compass using postman. I followed the REST API guide and send the build events to compass. It doesn’t have the correct icon and the build success rate is wrong. The...
View ArticleHey Compass team, meet the Atlassian Ecosystem 👋🏻
Hey Compass team! Nice to meet you here on the Atlassian Developer Community. I guess you’ve never actually released a real feature unless it has broken multiple Atlassian apps In this case, I’m...
View ArticleData provider events not being saved
I’m working on a Forge app with a data provider which will ingest incidents and alerts from New Relic into Compass. I have followed the tutorials and reviewed the example code in the sample Statuspage...
View ArticleCompass Push Metric using cURL - missing field, but no clue which one
Hi there! I’m testing pushing metrics into Compass following the steps on this page: https://developer.atlassian.com/cloud/compass/components/push-metric-values-using-a-curl-command/ And I’m getting...
View ArticleCompass link event payload has the wrong URL
Hi Community, I’m developing a Forge application to help with ingesting performance metrics from New Relic into Compass. I’m storing some data about the New Relic entities related to my component, so...
View ArticleTier and Lifecycle fields values on Graph API
Hi, I am using the GraphQL API to get back Compass Components. There does not seem a way to get the Tier and Lifecycle fields values. You can get back the meta deta like Name/Description/Options etc...
View ArticleDev App Portal: Compass Scopes
Is there a plan to add Compass scopes to applications in the developer application portal? Currently my only option appears to be user access tokens which will only be useful for PoC work. 1 post - 1...
View ArticleEvent for link deletion not triggered when a Compass component gets deleted
I’m adding a data provider for components when certain links are added to a component. When a link gets added, I’m setting up some things in the background and I’d like to remove them again when...
View ArticleUse the compass:componentImporter module
I found the compass:componentImporter in the Gitlab for Compass app and would like to use this module, but its unclear where I should direct my request to use this undocumented module. Anyone from...
View ArticleOnly the last build event shown in Compass
I’m working on an app to integration builds and deployment data, and I’m using a combination of a data-provider and a trigger to load all the data. The data-provider is triggered when a specific url...
View ArticleForge UI Kit Colors not showing
Hi, I’m working on a Compass Forge app with the UI Kit and want to change the primary color of an icon, but for some reason I’m just not getting the colors to work. This is my component <Icon...
View ArticleCheck Compass user permissions
Within a Compass app, how can I check if a user is permitted to perform actions, link creating, updating and deleting component links? I’m just not able to find any Compass authorization API. 6 posts...
View ArticleCannot delete a component link from UI using UI kit
I’m building a component page to ease the link management. On this page I added a delete button that should delete the link from the component and trigger the needed events. For this I have a simple...
View ArticleAPI for accessing Compass component from Jira Connect app
I would like to request all components that are configured on Compass as well as search for components by there Compass componentAri. All the Jira API work around the scope of a project, or are...
View ArticleWhere are the Compass Component events?
For Compass apps there are only component links events but the same create, update, delete events for components themselves would also be great to have. Any change these can be added as well? 2 posts...
View ArticleNavigate directly to a Compass Component Page
My app adds a component page to Compass, how can I navigate directly to this page? The URL I used in the UI seems to include from encoded data. Is there a specification for this so I can generate the...
View ArticleHow to 'customize' the icon shown next to component links
How can I influence the icon shown next to component links? 4 posts - 2 participants Read full topic
View ArticleList or delete Compass Events?
Hi, I’m new to Compass and it looks pretty promising! We are pushing our events and metrics manually via the APIs since the tools we’re using don’t directly integrate with Compass. Everything has been...
View ArticleModal always full screen in Compass
Was working on my Compass app and noticed that the Modal is no longer shown as documented here Instead is forces a fullscreen view like this: This is the UI code: <ModalTransition> {isOpen...
View ArticleHow to find/create external alias source
I’m trying to use syncComponentByExternalAlias to insert a component, since I won’t usually know the local componentId. I’m attempting to sync using 50 different values for externalSource, but I keep...
View ArticleDASHBOAD typeid not allowed in config-as-code yml file
I’m trying to add a dashboard component and we use yml files to add all the content, however I get the error: "typeId" must have a value of: SERVICE, LIBRARY, APPLICATION, CAPABILITY, CLOUD_RESOURCE,...
View Article