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 Name | jetbrains-youtrack-wontFixBuild |
---|---|
Auto-attached | no |
Rules | Set '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: 7 March 2019