# Notify When Dependency Resolved

> **Note: Availability**
> This workflow uses functionality that is only available using the JavaScript Editor. This means that it is unavailable for editing in the Workflow Constructor.
>
>
>
> To learn more about this workflow, refer to the corresponding page in our [Developer Portal](https://www.jetbrains.com.cn/en-us/help/youtrack/devportal/Workflow-Notify-Dependant.html).

This workflow sends notification to the assignee of an issue when a dependent issue is resolved.

| Name | @jetbrains/youtrack-workflow-notify-when-dependency-resolved |
| Auto-attached | no |
| Rules |      * Notify assignee when an issue linked as "required for" is resolved (on-change)    |

## Use Case

This workflow lets a user know when one of the issues that they are waiting on is resolved.

## Rules

This workflow supports the following rule:

| Title | Description |
| --- | --- |
| Notify assignee when an issue linked as "required for" is resolved |       This rule checks the status of any issues that are linked as required for. If a linked issue is resolved, the assignee of the blocked issue is notified.     |

