# Personal Notification Schemes

Bug Watcher allows you to **overrule** the notification schemes associated with your JIRA projects. You can now specify on **which** **events** of your interest you want to get notification emails.

{% hint style="info" %}
**Example Use Case 1**

Your project administrator configured the notification scheme of a JIRA project in a way that you as a watcher receive notifications for events **Issue Created**, **Updated**, **Commented** only.

**In addition** to this, you want to get emails on Issue **Resolved** and Issue **Closed** as well.

Instead of asking your project admin to add these two events to the notification scheme, you can set up your **personal** project notification scheme via the Watches project tab.

As a result, you will get notification on Issue Created, Updated, Commented, **Resolved** and **Closed** of the issues of the project.
{% endhint %}

{% hint style="info" %}
**Example Use Case 2**

As a **project administrator** you want to allow your users to set their **personal notification rules** in your project.

Instead of tweaking the project notification scheme to match the whole set of different needs of you users, you:

* configure a **minimal Notification Scheme** for the project only
* tell your **users** to **start watching the project** or to **create a filter** specifying the issues they are interested in and to start watching the filter
* tell you users to **configure their own personal notification rules** (ie events) in their Watches project tab

As a result, all users will be happy to have **more control** on the issues and events for which they get notifications.
{% endhint %}

## How to do it?

Go to your Project. Choose **Bug Watcher** icon in the left sidebar and click on **Watches**.

![](/files/nRckbtlvQ1dvKcAm6PNU)

Click on **Configure your personal project notification scheme**

![](/files/4WkcX8oXgSotqMvwrqfO)

**Select** the **event types** you want to get notified on.

![](/files/cTfNCbqdg2twTtlhSOuZ)

{% hint style="warning" %}
Personal Project Notification schemes are available to you **only** if your **administrator enables** this feature for the JIRA project in the plugin configuration screen. See the configuration screen below.

{% endhint %}

![](/files/X33AjBRAnoRfcu6Yikst)


---

# 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/personal-notification-schemes.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.
