# Scope evaluation

There are a few configuration items in Email This Issue that are configured with Projects, Issue Types, or a JQL filter. They make up the scope.

The following settings have scope:&#x20;

* [Manual Email Configuration](https://docs.meta-inf.hu/email-this-issue/outgoing-emails/manual-emails/email-this-issue-for-jira-cloud-manual-email-configuration)
* [Email Notification Schemes](https://docs.meta-inf.hu/email-this-issue/outgoing-emails/email-this-issue-for-jira-cloud-email-notification-schemes)
* [Advanced Email Configuration](https://docs.meta-inf.hu/email-this-issue/outgoing-emails/email-this-issue-for-jira-cloud-advanced-email-configuration)

When Email This Issue searches for the best matching of the above entities, it evaluates their scope. The order of evaluation is specified as described examples in the following. In all screens where these entities are listed, the list order corresponds to the order of evaluation.

## Examples <a href="#scopeevaluation-examples" id="scopeevaluation-examples"></a>

|   | Selected Projects  | Selected Issue Types | JQL Explanation                                                                                                                    | Explanation                                                                                                                                                                                                                                                                                                      |
| - | ------------------ | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Project1, Project2 | Story, Task          | `priority = Highest`                                                                                                               | Most important Story or Task issues from the selected projects.                                                                                                                                                                                                                                                  |
| 2 | Project1           |                      | sprint in `openSprints()`                                                                                                          | Issues from the active sprints in Project1                                                                                                                                                                                                                                                                       |
| 3 |                    | Task, Sub-task, Epic |                                                                                                                                    | All stories, epics or sub-tasks from all projects                                                                                                                                                                                                                                                                |
| 4 |                    |                      | project in (Project1, Project2) AND type in (Story, Bug) AND text \~ "Security" OR project in (Project3, Project4) AND type = Epic | <p>Stories or Bugs related to "Security" in their title or description from Project1 and Project2. <br><br>All Epics from Project3 and Project4 - while this part is in the JQL, Epic as an issur type is already present in Scope 3 with no restrictions, so Scope 3 will be applied instead of this scope.</p> |
| 5 |                    |                      |                                                                                                                                    | All issues in Jira. It is perfectly valid to keep project, type and JQL empty. It will serve as a default configuration for issues not having a better matching scope.                                                                                                                                           |

### Evaluation <a href="#scopeevaluation-evaluation" id="scopeevaluation-evaluation"></a>

Scoped entities are evaluated in the order they are listed. Those that are configured with projects or types are evaluated first, then those that have JQL criteria, and finally the default ones.

Examples for Scope evaluation:

| Issue                                                                                     | Matching Scopes from the above table |
| ----------------------------------------------------------------------------------------- | ------------------------------------ |
| A Story issue that is in an active sprint in Project1 with priority Highest               | Number 1                             |
| A Story issue that is in an active sprint in Project1 with priority normal                | Number 2                             |
| An Epic issue from Project3                                                               | Number 3                             |
| A Story issue from Project2 with the word "security" in its summary with Medium priority. | Number 4                             |
| A Story issue from Project2 not related to "security" with Low priority.                  | Number 5                             |
| A Bug issue from Project3                                                                 | Number 5                             |
