Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Luis MajanoLuis MajanoComponents
Fix versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Luis Majano
Luis MajanoComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created July 16, 2024 at 9:49 AM
Updated July 16, 2024 at 9:51 AM
Resolved July 16, 2024 at 9:51 AM
Build an array out of a range of numbers or using our range syntax: {start}..{end}
or using the from and to arguments
You can also build negative ranges
arrayRange( "1..5" ) arrayRange( "-10..5" ) arrayRange( 1, 500 )