YouTrack Server 2024.1 Help

Won't Fix Build

When the value for the State field is changed to Won't fix, this workflow automatically sets the value of the Fixed in build field to Never.

Name

@jetbrains/youtrack-workflow-wont-fix-build

Auto-attached

no

Rules

Set fixed in build to "Never" when state changes to "Won't fix" (on-change rule)

Use Case

This workflow helps you prevent users from entering a value for Fixed in build for an issue that will never be fixed.

Rules

When the state of an issue is changed to Won't fix, this rule sets the value of the Fixed in build field to Never.

Set fixed in build to "Never" when state changes to "Won't fix"

This on-change rule behaves in the following way:

Rule Prerequisites

Whenever an issue is created or updated in the project where the rule is active, it checks the issue for the following condition:

Condition

Description

Field Matches Specified Criteria

This condition block is configured with the following settings:

  • Field: State

  • Condition: changes from

  • Value: Any value

  • to: Won't fix

This checks to see if the value for the State field changes to Won't fix.

If the current issue doesn't match this criteria, the rule ignores this issue and continues processing the next issue.

Rule Actions

If this condition is met for the current issue, the workflow automatically applies the following change:

Action

Description

Update the Value in a Field

This action sets the value for the Fixed in build field to Never. This block is configured with the following settings:

  • Field: Fixed in build

  • Mode: set

  • To: Never

Last modified: 20 April 2024