# Setting various features at project level

Project administration is accessible through the **Project Settings** menu of each project. Only project administrators can access project’s settings.

## PDF reports <a href="#project-pdf-reports" id="project-pdf-reports"></a>

As a project administrator, you can change the PDF report subscription frequency of the project or application:

1. Retrieve your project. See [retrieving-projects](https://docs.sonarsource.com/sonarqube-server/2026.1/user-guide/viewing-projects/retrieving-projects "mention") for more details.
2. In the top right corner, select **Project Settings** > **General Settings** > **Governance**.
3. Under **Project and Application PDF Reports**, select an option from the **PDF Reports Frequency** drop-down menu.

You have the following options for subscription frequency:

* **Daily**
* **Weekly**
* **Monthly (default)**

{% hint style="info" %}
Users can only download or subscribe to a PDF report for a permanent branch. To set a branch as permanent, go to **Project Settings** > **Branches and Pull Requests** and make sure that the **Keep when inactive** toggle is on for that branch.
{% endhint %}

## Changing your project's default issue assignee <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 project (this setting has precedence over the global-level setting):

1. Retrieve your project. See [retrieving-projects](https://docs.sonarsource.com/sonarqube-server/2026.1/user-guide/viewing-projects/retrieving-projects "mention") for more details.
2. In the top right corner, select **Project Settings** > **General Settings > General**.
3. In **Issues > Default Assignee**, enter the user account.

## Related pages

* [pdf-reports](https://docs.sonarsource.com/sonarqube-server/2026.1/instance-administration/system-functions/pdf-reports "mention") (setup at the instance level)
* [#changing-default-issue-assignee](https://docs.sonarsource.com/sonarqube-server/2026.1/instance-administration/analysis-functions/various-settings-at-the-instance-level#changing-default-issue-assignee "mention")


---

# 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.1/project-administration/setting-up-features/project-settings.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.
