-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Medium
-
Component/s: Space Administration - Workflows and statuses
-
13
-
Severity 3 - Minor
-
0
Summary
Appending value by using Update Issue Custom Field post-function will replace the current value instead.
Steps to Reproduce
- Create a new Text Field (single line) custom field
- Go to workflow and edit any transition (e.g In Progress -> In Review)
- Add Update Issue Custom Field post-functions to the transition:
- Publish workflow
- Create a new issue
- Transition the issue from In Progress to In Review
Actual Result
The current value will be replaced instead of appended (updated value: 1):
Expected Result
The current value is appended with the value set in the second post-function (appended value: 1231)
- mentioned in
-
Page Loading...