# 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

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** > **In-code issue resolution** and activate the **Enable in-code issue resolution** setting. For more information on in-code issue resolution, see [Resolving issues in your code](https://docs.sonarsource.com/sonarqube-server/user-guide/issues/managing).

<figure><img src="https://2744305742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3VWSqvZ4eaBLWvA6epdv%2Fuploads%2FJyGUJYLfZcelDsoKTlk2%2Fadmin-in-code-issue.png?alt=media&#x26;token=a6a510b2-3798-46e9-9d9c-237d2c7849d0" alt="Settings for in-code issue resolution"><figcaption></figcaption></figure>

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

## Related pages

* [#changing-default-issue-assignee](https://docs.sonarsource.com/sonarqube-server/project-administration/setting-up-features/project-settings#changing-default-issue-assignee "mention")
