Move custom link on project's side panel up

We have a custom plugin that adds a new item/link to the projects’ side menu. The link is added at the end of the side menu. We would like to move it up to the first place or after the Status link. We tried a couple of options but didn’t find a way of rearranging the order of the items displayed on the side menu.
Thank you

The first links in the sidepanel are hard coded. After that list comes what plugins inject. Here you might be able to influence the order a bit by setting ordinal on @Extension. Only possibility would be to rearrange things with javascript after the page is loaded.