Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Incomplete
-
Component/s: core
-
Similar Issues:
Description
in a groovy view somthing like:
script("""
for(i = 0; i < 10; i++)
""")
will be converted to:
for(i = 0; i < 10; i++)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Incomplete [ 4 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 143313 ] | JNJira + In-Review [ 190496 ] |
the second < should be escaped with (without spaces) & lt ;