# Various settings at the instance level

## Changing the default issue assignee at the instance level <a href="#changing-default-issue-assignee" id="changing-default-issue-assignee"></a>

When new issues are created during analysis, they are assigned to the last committer where the issue was raised. When it is not possible to identify the last committer, issues can be assigned to a default assignee if set at the global or project level. To set the default assigned for your instance (the project-level setting has precedence over the instance-level setting):

1. Go to **Administration > Configuration > General Setting > General > Issues.**
2. In **Default Assignee**, enter the user account.
3. Select **Save**.

## In-code issue resolution <a href="#in-code-issue-resolution" id="in-code-issue-resolution"></a>

You can enable usage of in-code issue resolution with sonar-resolve for your SonarQube instance. To do this, go to **Administration** > **Configuration** > **General Settings** > **General** and activate the **Enable in-code issue resolution** setting. For more information on in-code issue resolution, see [Resolving issues in your code](/sonarqube-server/2026.2/user-guide/issues/managing.md#resolving-in-code).

You can enable `sonar-resolve` by default on all projects using the **Enable in-code issue resolution for projects by default** setting.

## Related pages

* [Setting various features at project level](/sonarqube-server/2026.2/project-administration/setting-up-features/project-settings.md#changing-default-issue-assignee)
* [Setting various features at project level](/sonarqube-server/2026.2/project-administration/setting-up-features/project-settings.md#in-code-issue-resolution)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/2026.2/instance-administration/analysis-functions/various-settings-at-the-instance-level.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
