Features used to implement the example



Example: Make "Affects Version/s" mandatory when issue resolution is "Fixed"

You can implement using Validation based on regular expression. You have to use a validator in transition "Close" and "Resolve" using the following configuration:


Text to be parsed is:

%{00028}@%{00077}

^Fixed@$


Once configured, transition will look like this:

 



Other examples of that function



Related Usage Examples