reportportal / service-api

Report portal. Main API Service
Apache License 2.0
43 stars 65 forks source link

[BUG] LaunchImpl.finish(FinishExecutionRQ) doesn't update 'launch.description' field #1951

Open shaburov opened 4 months ago

shaburov commented 4 months ago

'com.epam.reportportal.service.LaunchImpl.finish(FinishExecutionRQ)'

FinishExecutionRQ contains filled description field The request is carried out without errors Description is not filled in the launch

image

image

image

Pink-Bumblebee commented 4 months ago

Hello @shaburov . Thank you for your highlight. We've checked this issue, and - yes, you've found bug. We will fix it in one of our future releases. For now, QA proposed you to use workaround. When you start new launch, please add to your report one more string : "description" : "". image

In this case, when you execute finish of launch with some information in description field, this information will become visible.

Kozovskaya commented 3 months ago

Hello @shaburov we've made the fix, it will be available in 24.2 release version. Thanks for highlighting the issue!