Reporter |
![]() |
---|---|
Created | Oct 30, 2012 1:38:34 PM |
Updated | Mar 15, 2013 1:18:24 PM |
Resolved | Mar 15, 2013 1:18:24 PM |
Priority | Normal |
Type | Bug |
State | Invalid |
Assignee | Anna Zhdan (Anna.Zhdan) |
Subsystem | Time Tracking |
Fix versions | Backlog |
Fixed in builds | No Fixed in build |
Affected versions | No Affected versions |
Browser | Any Browser |
OS | Any OS |
Verified in build | Not verified |
Verified by | Nobody |
Reviewed by | No reviewed by |
Severity | Undefined |
Enable "Time tracking" for a project, select period field "Spent time".
The following workflow changes 'Spent time' field value to '2d' on type switching.
Note, 'Spent time' field
- isn't editable on FSI/issues list
- cannot be changed by the command from UI
- cannot be changed by the command from workflow
The following workflow changes 'Spent time' field value to '2d' on type switching.
rule spent time when Type.changed { Spent time = 2 days; message("Spent time changed."); }
Note, 'Spent time' field
- isn't editable on FSI/issues list
- cannot be changed by the command from UI
- cannot be changed by the command from workflow