# Configure Self Service Notifications

**Self Service Notifications** is a term we use for the situation when end users can **fully control** their **notification preferences**. Admins or Project Admins do not enforce notification rules (or keep them to the very minimum) and end users configure for what events upon whch issues how they want to get notified.

### Step-by-step guide <a href="#configureselfservicenotifications-step-by-stepguide" id="configureselfservicenotifications-step-by-stepguide"></a>

1. As a project admin:&#x20;
   1. Remove **Project Notification Scheme** from the projects or configure the bare minimum you need.
   2. Open **Bug Watcher Configuration** and enable **notification overrule** in the projects and allow **Anyone** to set personal notification schemes
2. As an end user:&#x20;
   1. create a **Jira filter** that returns the issues you want to follow. Save the filter and start [watching it](/bug-watcher/user-guide/filter-watching.md).
   2. open the **Watches tab** of all projects you are interested in, and configure
      1. method of notification: Email, In-App or Both
      2. issue events you are interested in
      3. enable or disable indirect notifications
      4. optionally watch the whole project if appropriate

Following these steps, you give **notification controls** to the **end users** who can precisely define the scope of issues, the context of events and the method of notifications. This is self service notificaiton.

### &#x20;<a href="#configureselfservicenotifications-relatedarticles" id="configureselfservicenotifications-relatedarticles"></a>

&#x20;


---

# 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.meta-inf.hu/bug-watcher/user-guide/tutorials/configure-self-service-notifications.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.
