Project overview page inaccurate

The project overview page does not display all releases. We first noticed this after upgrading to 3.1 from 2.6 and the issue persists with 3.2.1. You can see from the deployment task screenshot that new releases have been created and deployed to environments that should cause it to display on the overview page, however they do not.

Hi Michael,

That’s an odd one, we’ve not seen that before.

What happens if you go directly to that release’s page by manipulating the URL, does it give any clues ?

Regards

Damian

The release page looks normal. An interesting thing to note is that the 23860 release from the previous screenshot has disappeared from the overview page but the 23035 release has not. This must have something to do with the rules that are used to decide when releases should roll off this grid. Here is a new screenshot of the overview page and one of the 23860 release page. You can see how the life cycle is set up in this second screen shot.

Hi Michael,

I checked in to the logic for this page.

The dashboard query pulls out and aggregates:

  • Max of 3 of Latest Deployments as of the latest release assembled date.
  • Latest release per environment (success or fail)
  • Previous deployment per environment (success only)

Which for most people covers everything they need to see.

Does that explain what you’re seeing ?

Regards

Damian