Reporter |
![]() |
---|---|
Created | Nov 1, 2012 1:05:38 PM |
Updated | Apr 11, 2013 5:47:04 PM |
Priority | Major |
Type | Bug |
State | Open |
Assignee | Vadim Gurov (vgurov) |
Subsystem | Agile Board |
Fix versions | 4.2.2 |
Fixed in builds | 5569 |
Affected versions | 4.1 |
Browser | Any Browser |
OS | Any OS |
Verified in build | Not verified |
Verified by | Dmitry Krasilschikov (dima) |
Reviewed by | No reviewed by |
Severity | Undefined |
Consider the workflow:
On FSI on Type change the message appears as expected.
On agile board on change Type field the message doesn't appear, but the workflow runs ( Priority = {Critical} controls that the workflow starts).
rule simple change when Type.changed { Priority = {Critical}; message("Type is changed to " + Type); }
On FSI on Type change the message appears as expected.
On agile board on change Type field the message doesn't appear, but the workflow runs ( Priority = {Critical} controls that the workflow starts).