The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Last Build Failure

Ken Young
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 8, 2024

Hi All,

 

I would like to see about being able to build a scorecard that shows the result of the last build/action for components.   The goal is to provide a single location to show that last build success/failure of each of the components (based on the information from github actions).

 

It seems like the information is getting pushed already via the GitHub integration, but I would like to deviate from the built in metric for my use case.

 

Thx

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jason U
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 2, 2025

Hi Ken,

Yes — it’s possible to create a scorecard view that shows the last build or action result for each component, though there’s no out-of-the-box visualization that directly does this yet.

If you’re using Atlassian Analytics (Cloud), you can already access build data through the DevOps schema. It includes tables like devops_build, which store build information such as status, start/end times, and related components.

Here’s what you can do:

  • ✅ Check that your build data (from GitHub Actions or Bitbucket Pipelines) is flowing into Analytics — the status field in devops_build is what you’ll need.

  • ⚙️ Link your builds to components or repositories so each can be grouped properly in your query.

  • 📊 Create a custom SQL query to fetch the latest build per component and visualize it as a scorecard or table.

  • 💡 If you want a more real-time view, you can trigger data updates from your CI pipeline using the Compass or DevOps REST API.

While the built-in GitHub integration automatically pushes some data, Analytics gives you more flexibility — especially if you want to deviate from the default metrics and design your own report.

TAGS
AUG Leaders

Atlassian Community Events