Forums

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

Project Does Not Exist

Bob Yang September 7, 2020

Hello there,

I can't access any issue for any project after rename the key of one project. I changed back the project key and re-index, restart server. I also tried to create a project and delete it. The integrety checker is good. 

The error message is "Project Does Not Exist: 

The project or issue you are trying to view does not exist. Try browsing for projects.

If you think this message is wrong, please contact your Jira administrators."

Please help to throw some idea on this.

Thanks,

Bob

1 answer

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 9, 2020

Hello @Bob Yang,

On the surface, it sounds like you just got removed from the project permissions during the updates and would only need to add yourself to the "Browse Project" project level permission to gain view access to the issues. But as you noted trying to create and delete a project I am hoping that the one you wanted to keep was not deleted by mistake.

First, check the project permissions as covered in the follwoing document, by logging in as a global admin and modifying the project permission:

Next, I would say go to the database and run a select on you projects table to get a count on the issues in there to verify they still exist in the database, here is a quick EXE on a test instance I just created noting the pcounter column is the number of issues in the project:

(NOTE: Syntax is for PostgreSQL)

jiradb=> select * from project ;
id | pname | url | lead | description | pkey | pcounter | assigneetype | avatar | originalkey | projecttype
-------+--------+-----+---------------+-------------+--------+----------+--------------+--------+-------------+-------------
10001 | Init | | JIRAUSER10000 | | INIT | 1 | 3 | 10324 | INIT | software
10000 | asdf | | JIRAUSER10000 | | ASDF | 10 | 3 | 10324 | ASDF | software
10100 | qwerty | | JIRAUSER10000 | | QWERTY | 6 | 3 | 10324 | QWERTY | software
(3 rows)

 If they are indeed gone than a restore to the last known good backup would be the only way to recover them,  I would recommend if this is the case, that you set up a test environment as covered here:

 Gather an XML backup of your JIRA instance. Even if you did not manually create one Jira will automatically create one by default unless it was turned off previously,  If the backup was created you can find the most recent one of these backups in the filesystem of the Jira server. By default this is saved in <jira-home>/export/ folder you can then import your previous data into a staging server and then look into migrating the project data from staging back to production as covered in:

Regards,
Earl

Bob Yang September 11, 2020

Hi Earl,

I noticed that one system plugin was disabled accidently. After enabling that plugin, it works correctly now.

Thank you all the same. 

Bob

Like Earl McCutcheon likes this
Arijita Mazumdar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 21, 2023

Hi Bob, 

Can you pls let me know which plugin you have enabled? I am also getting the same issue

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events