-
Bug
-
Resolution: Timed out
-
Low
-
1
-
Severity 3 - Minor
-
Summary
Transitions cannot be done due to a condition that is always returning false, even though it was supposed to return true. The condition is the following:
The field Component/s will have to be equal to value 'testin'. Compared as String.
Steps to Reproduce
- Add this condition to a workflow transition:
The field Component/s will have to be equal to value 'testin'. Compared as String.
- Add the testin component to the issue(so the condition should be true)
- You won't see the transition even though you should be able to
- Remove the condition and you see the transition
So the Value Field condition is not working when comparing 'Components'
Expected Results
To be able to transition the issue since the condition is supposed to return true
Actual Results
Not able to see the transition
Workaround
None so far