|
|
@ -110,7 +110,7 @@ module ApplicationHelper
|
|
|
|
sheet1[count_row,0] = issue.id
|
|
|
|
sheet1[count_row,0] = issue.id
|
|
|
|
sheet1[count_row,1] = issue_tracker_change(issue.tracker_id)
|
|
|
|
sheet1[count_row,1] = issue_tracker_change(issue.tracker_id)
|
|
|
|
sheet1[count_row,2] = issue.subject
|
|
|
|
sheet1[count_row,2] = issue.subject
|
|
|
|
sheet1[count_row,3] = issue.description
|
|
|
|
sheet1[count_row,3] = (issue.description.gsub(/<\/?.*?>/,"")).html_safe
|
|
|
|
sheet1[count_row,4] = issue_status_change(issue.status_id)
|
|
|
|
sheet1[count_row,4] = issue_status_change(issue.status_id)
|
|
|
|
sheet1[count_row,5] = issue.assigned_to.try(:show_name)
|
|
|
|
sheet1[count_row,5] = issue.assigned_to.try(:show_name)
|
|
|
|
sheet1[count_row,6] = issue_priority_change(issue.priority_id)
|
|
|
|
sheet1[count_row,6] = issue_priority_change(issue.priority_id)
|
|
|
|