Details
-
Bug
-
Status: Done
-
Major
-
Resolution: Done
-
None
-
SR4J Sprint 108, SR4J Sprint 109
-
12.1
Description
Steps to reproduce
- Update the Create Issue Screen for the project and remove the Description field as shown below:-
- Create a Server-Side Behaviour for the Description field and add the code below:
def summary = getFieldById("summary") summary.setFormValue("Testing Summary")
- Create an issue for the project
Current Behaviour
When the Create Issue screen appears, the Summary field's form value which was set in the Description field's Server-Side Behaviour are displayed.
Expected Behaviour
The Summary field's form value set in the Description field's Server-Side Behaviour should not be triggered unless the Description field is added to the screen.
Attachments
Issue Links
- is related to
-
SRJIRA-5671 Behaviour script still executes for a field that is not on the issue screen
-
- Done
-
- mentioned in
-
Page Loading...