Project "Already imported" but invisible in Dashboard

Hello,

I am an Administrator of the TeregaSA organization, but I cannot access the following project: data-core-nosco-v2.

The issue:

  • The CI analysis is successful (logs provide a valid SonarCloud URL).

  • When trying to “Analyze new project,” the repository appears as “Already imported.”

  • However, the project is not visible in my Dashboard, and I cannot find it under Organization > Projects Management to edit permissions.

It seems the project is “orphaned” or restricted to a group I am not part of despite my Admin status. Could you please restore my access or synchronize the permissions?

Hi,

Welcome to the community!

What plan are you on? Can you try to restore access?

 
Ann

Hello,

we have team plan and i cannot find this button to restore access

Hi,

Can you try it via the API as described in the docs I linked?

 
Thx,
Ann

I tried to call a get on api to test it but i have a forbidden message.
I tried with this url : https://api.sonarcloud.io/api/permissions/search_templates?organization=teregasa and a token i have generated in security tab.
Is it the correct url and token ?

Hi,

Per the docs, you need to use the add_user endpoint.

 
HTH,
Ann

I have the same error forbidden with this url :

https://api.sonarcloud.io/api/permissions/add_user?organization=teregasa&login=XXXX&permission=admin&projectKey=data-core-nosco-v2

where XXX is my login email

Hi,

How are you authenticating to the API?

 
Ann

I used Bearer Token Auth Type in postman with a token i generated in security tab

1 Like

Hi,

Okay, thanks for trying. We’ve gone as far as we can. I’m going to flag this for the team.

 
Ann