-
Bug
-
Resolution: Timed out
-
Low
-
2
-
Severity 3 - Minor
-
12
-
Issue Summary
Name of a transition is not case sensitive, result is an error message. For example renaming a transition from "Test Failed" to "Test failed" fails with the error message "A transition with that name already exists".
Steps to Reproduce
- Go to Project settings > Workflows
- Click on Edit of one of the workflows
- Click on a transition and click on Edit
- Change the name of the transition so that only a small cap is changed to capital letter and click on Save
Expected Results
Either the modification should be successful or the error message should be more specific or the fact that the name is not case sensitive should be mentioned in documentation.
Actual Results
An error message saying "A transition with that name already exists"
Notes
None
Workaround
- Change the name in 2 steps:
- Add something to the new name: Test Failed > Test failedx
- Remove that something: Test failedx > Test failed
- relates to
-
JRASERVER-40809 "A transition with that name already exists" when changing the case of some letters in a transition name
-
- Closed
-