Error when try change severity, type or resolution

I’m trying change the severity, type or resolution to a analizy but i’m got catch the following error

### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (SONARADM.SYS_C007601) violated ### The error may involve org.sonar.db.issue.IssueChangeMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO issue_changes (kee, issue_key, user_login, change_type, change_data, created_at, updated_at, issue_change_creation_date) VALUES (?, ?, ?, ?, ?, ?, ?, ?) ### Cause: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (SONARADM.SYS_C007601) violated

Hi,

Would you mind giving some detail on how you’re trying to make this change?

 
Ann

And also SonarQube version and edition. :slight_smile:

Hi again,

we are using the community edition and version 6.0. Here are some prints about try change the type, severity:



When i choose another option the error is shown

Hi,

6.0 is pretty old. The current version is 7.7 and the current LTS is 6.7.7. Please upgrade to at least 6.7.7 and let us know if the problem persists.

 
Ann