YouTrack Standalone 2017.1 Help

Won't Fix Build

This workflow automatically sets the value of the Fixed in build field when the state changes to Won't fix.

File Namejetbrains-youtrack-wontFixBuild
Auto-attachedno
RulesSet 'Never' fixed in build for 'Won't fix' state (stateless)

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 'Never' fixed in build for 'Won't fix' state

rule Set 'Never' fixed in build for 'Won't fix' state when State.becomes({Won't fix}) { Fixed in build = {Never}; }
Last modified: 18 April 2017