logicalStartTime introduces illegal characters into URL

Description

Unexpected quotation marks are introduced when using logicalStartTime inside a URL in the HTTP plugin causing an "Illegal character"-error:

Using: .../cases?updatedAtFrom=${logicalStartTime("yyyy-MM-dd")}T00:00:00+0200...

Expected behavior: .../cases?updatedAtFrom=2022-03-07T00:00:00+0200...

Actual behavior: .../cases?updatedAtFrom=2022-03-07"T00:00:00+0200...

If logicalStartTime used for creating a path produces an expected behavior -> no extra quotations marks.

Release Notes

None

Activity

Show:
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Affects versions

Priority

Created March 7, 2022 at 11:48 AM
Updated March 7, 2022 at 11:50 AM