Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Jon ClausenJon ClausenReporter
Raymond CamdenRaymond CamdenFix versions
Priority
Minor
Details
Details
Assignee
Jon Clausen
Jon ClausenReporter
Raymond Camden
Raymond CamdenFix versions
Priority
Sentry
Sentry
Sentry
Created March 12, 2025 at 2:32 PM
Updated March 12, 2025 at 3:23 PM
Resolved March 12, 2025 at 3:23 PM
Given this code:
inputZip = './assets.zip'; bx:zip action="list" file=inputZip result="zipFiles"; println(variables);
The
result
attribute is ignore and the value is stored inbxzip
instead.