\| \Resolution\:\<\/B\>(.+)$/){ $Resolution = $1; }
# if (/^\ | \Assigned To\:\<\/B\>(.+)$/){ $Assigned = $1; }
# if (/^\ | \Reported By\:\<\/B\>(.+)$/){ $Reported = $1; }
# if (/^\ | \QA Contact\:\<\/B\>(.+)$/){ $Contact = $1; }
# if (/^\\| \Component\:\<\/B\>(.+)$/){ $Component = $1; }
# if (/^\ | \Target milestone\:\<\/B\>(.+)$/){ $Target = $1; }
# if (/^\\\URL\:\<\/B\>(.+)$/){ $URL = $1; }
# if (/^\\\Summary\:\<\/B\>(.+)$/){ $Summary = $1; }
# if (/^\\| \Keywords\: \<\/B\> (.+)$/){ $Keywords = $1; }
}
}
| | | | |