"Project Relationship" and "Check File Fingerprint" buttons missing after upgrade

Dear Jenkins community,

we recently upgraded our productive Jenkins environment from version 2.504.3 to 2.528.1. Before upgrading, our dashboard sidebar had the following layout:

After upgrading, the following buttons are included in the sidebar (I sadly couldn’t include a second screenshot as a new community user):

  • “New Item”
  • “Build History”
  • “Edit View”

and the following buttons on the top right:

  • “Manage Jenkins”
  • “Job Config History”
  • “Lockable Resources”
  • “My Views” (via user profile)

While the “Project Relationship” and “Check File Fingerprint” functionalities are still available via their respective URLs (/fingerprintCheck and /projectRelationship), there seems to be no easy built-in way to access them after the upgrade. Is there a way to get these buttons back, either in the sidebar or on the top right where the other buttons are?

Cheers and thank you!

Seems there is a typo in the sidepanel.jelly introduced when SECURITY-3594 was fixed

Sorry about that. I filed https://issues.jenkins.io/browse/JENKINS-76275 to address this, expect a fix in the next weekly release.

I see, thank you very much for your responses and addressing this so quickly!