-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
Issue Summary
In the case of a cloned issue, the Sprint ID value in the Issue sprint history are concatenated as a single string instead of these sprint IDs being listed individually. Cloned issues that have been added to only one sprint will be unaffected and have data in the Issue sprint history table.
Steps to Reproduce
- Create an issue and add it to sprints.
- Clone the issue and choose to Clone sprint value as the issue is being cloned.
Expected Results
The cloned issue should have each sprint added individually.
Actual Results
The sprint values are concatenated into a single field.
Workaround
Two potential workarounds are available:
- Use the last part of the sprint ID to get the sprint using sprint_ref.
- Clone the issue but choose not to clone the sprint value during the initial clone step. Once the cloned issue is created, add the new issue to your desired sprint(s). This allows the sprint information to be properly recorded for the cloned issue.
- mentioned in
-
Page Loading...