# Untag on Reopen

> **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-Untag-on-Reopen.html).

This workflow automatically removes a specific tag from an issue when the state is set from a resolved state to an unresolved state.

| Name | @jetbrains/youtrack-workflow-untag-on-reopen |
| Auto-attached | no |
| Rules |      * Remove tag when issue changes to an unresolved state (on-change)    |

## Use Case

This workflow helps you manage tags that indicate an issue has been fixed. You can customise this workflow to automatically remove or update inappropriate tags based on a change in the issue state.

## Rules

This workflow supports the following rule:

| Title | Description |
| --- | --- |
| Remove tag when issue changes to an unresolved state | When the state of an issue is set to an unresolved state, this rule removes the confirmed tag from the issue.     |

