Details
-
Bug
-
Status: Done
-
Low
-
Resolution: Done
-
6.21.0, 6.36.0
-
SR4J Sprint 110
-
2.3
Description
The system label field value is not updated in the JSD portal but when the issue is created, the label field value is updated in the view issue screen.
Steps to Reproduce
- Create a behaviour mapped to the JSD service request.
- Using sample script below:
import static com.atlassian.jira.issue.IssueFieldConstants.* def labels = getFieldById(LABELS) labels.setFormValue(["my-label", "another-label"])
Expected Behaviour
The system label field value populating setFormValue result.
Actual Behaviour
The system label field value does not populate the setFormValue result.
Additional Info
- Attached video