django-helpdesk/fixtures/initial_data.json
Ross Poulton 5914e98d43 * Use markdown on knowledgebase pages
* KB item 'last updated' only gets set on a new item
* Allow linking to /tickets/submit/?queue=slug to pre-populate the 'Queue' folder
2008-10-07 06:52:52 +00:00

2 lines
20 KiB
JSON

[{"pk": "1", "model": "helpdesk.emailtemplate", "fields": {"template_name": "assigned_cc", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">This is a courtesy e-mail to let you know that ticket <a href=\"{{ ticket.staff_url }}\"><b>{{ ticket.ticket }}<\/b><\/a> (<em>{{ ticket.title }}<\/em>) has been {% if ticket.assigned_to %}assigned to {{ ticket.assigned_to }}{% else %}unassigned{% endif %}.<\/p>", "plain_text": "Hello,\n\nThis is a courtesy e-mail to let you know that ticket {{ ticket.ticket }} (\"{{ ticket.title }}\") has been {% if ticket.assigned_to %}assigned to {{ ticket.assigned_to }}{% else %}unassigned{% endif %}\n\nYou can view this online at {{ ticket.staff_url }}.", "heading": "Ticket Assigned", "subject": "(Assigned)"}}, {"pk": "2", "model": "helpdesk.emailtemplate", "fields": {"template_name": "assigned_owner", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">This is a courtesy e-mail to let you know that a ticket has been assigned to you.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">{% if ticket.submitter_email %}The ticket was submitted by {{ ticket.submitter_email }}, and the subject{% else %}The ticket subject{% endif%} is <i>{{ ticket.title }}<\/i>.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">The ticket ID is <a href=\"{{ ticket.staff_url }}\"><b>{{ ticket.ticket }}<\/a><\/b>. It\"s priority is {{ ticket.get_priority_display }}.<\/p>", "plain_text": "Hello,\n\nThis is a courtesy e-mail to let you know that a ticket has been assigned to you.\n\n{% if ticket.submitter_email %}The ticket was submitted by {{ ticket.submitter_email }}, and the subject{% else %}The ticket subject{% endif%} is {{ ticket.title }}.\n\nThe ticket ID is {{ ticket.ticket }}, you can view it online at {{ ticket.staff_url }}. It\"s priority is {{ ticket.get_priority_display }}.", "heading": "Ticket Assigned To You", "subject": "(Assigned)"}}, {"pk": "3", "model": "helpdesk.emailtemplate", "fields": {"template_name": "closed_cc", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Ticket <i>{{ ticket.title }}<\/i> ('{{ ticket.title }}') has been closed.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href='{{ ticket.staff_url }}'>{{ ticket.staff_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nTicket {{ ticket.title }} (\"{{ ticket.title }}\") has been closed.\n\nIf you wish to view this ticket online, you can visit {{ ticket.staff_url }}.", "heading": "Ticket Closed", "subject": "(Closed)"}}, {"pk": "4", "model": "helpdesk.emailtemplate", "fields": {"template_name": "closed_owner", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">A ticket currently assigned to you with a subject of <i>{{ ticket.title }}<\/i> has been closed.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.staff_url }}\">{{ ticket.staff_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nA ticket currently assigned to you with a subject of \"{{ ticket.title }}\" has been closed.\n\nIf you wish to view this ticket online, you can visit {{ ticket.staff_url }}.", "heading": "Ticket Closed", "subject": "(Closed)"}}, {"pk": "5", "model": "helpdesk.emailtemplate", "fields": {"template_name": "closed_submitter", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">You recently logged a ticket with a subject of <i>{{ ticket.title }}<\/i> with us. This e-mail is to confirm that this ticket has been closed.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you believe that further work is required on this ticket, please let us know by replying to this e-mail and keeping the subject intact.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.ticket_url }}\">{{ ticket.ticket_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nYou recently logged a ticket with a subject of \"{{ ticket.title }}\" with us. This e-mail is to confirm that this ticket has been closed.\n\nIf you believe that further work is required on this ticket, please let us know by replying to this e-mail and keeping the subject intact.\n\nIf you wish to view this ticket online, you can visit {{ ticket.ticket_url }}.", "heading": "Ticket Closed", "subject": "(Closed)"}}, {"pk": "6", "model": "helpdesk.emailtemplate", "fields": {"template_name": "escalated_cc", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">This is a courtesy e-mail to let you know that ticket <a href=\"{{ ticket.staff_url }}\"><b>{{ ticket.ticket }}<\/b><\/a> (<em>{{ ticket.title }}<\/em>) has been escalated automatically.<\/p>", "plain_text": "Hello,\n\nThis is a courtesy e-mail to let you know that ticket {{ ticket.ticket }} (\"{{ ticket.title }}\") has been escalated automatically.\n\nYou can view this online at {{ ticket.staff_url }}.", "heading": "Ticket Escalated", "subject": "(Escalated)"}}, {"pk": "8", "model": "helpdesk.emailtemplate", "fields": {"template_name": "escalated_owner", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">A ticket currently assigned to you with a subject of <i>{{ ticket.title }}<\/i> has been automatically escalated.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Please review this ticket and attempt to provide a resolution as soon as possible.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.staff_url }}\">{{ ticket.staff_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nA ticket currently assigned to you with a subject of \"{{ ticket.title }}\" has been automatically escalated.\n\nPlease review this ticket and attempt to provide a resolution as soon as possible.\n\nIf you wish to view this ticket online, you can visit {{ ticket.staff_url }}.", "heading": "Ticket Assigned to You Has Been Escalated", "subject": "(Escalated)"}}, {"pk": "7", "model": "helpdesk.emailtemplate", "fields": {"template_name": "escalated_submitter", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">You recently logged a ticket with a subject of <i>{{ ticket.title }}<\/i> with us. This e-mail is to advise you of an automated escalation of that ticket.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">We will review your ticket shortly and attempt to provide a resolution as soon as possible.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.ticket_url }}\">{{ ticket.ticket_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nYou recently logged a ticket with a subject of \"{{ ticket.title }}\" with us. This e-mail is to advise you of an automated escalation of that ticket.\n\nWe will review your ticket shortly and attempt to provide a resolution as soon as possible.\n\nIf you wish to view this ticket online, you can visit {{ ticket.ticket_url }}.", "heading": "Your Ticket Has Been Escalated", "subject": "(Escalated)"}}, {"pk": "9", "model": "helpdesk.emailtemplate", "fields": {"template_name": "newticket_cc", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">This is a courtesy e-mail to let you know that ticket <a href=\"{{ ticket.staff_url }}\"><b>{{ ticket.ticket }}<\/b><\/a> (<em>{{ ticket.title }}<\/em>) has been opened.<\/p>", "plain_text": "Hello,\n\nThis is a courtesy e-mail to let you know that ticket {{ ticket.ticket }} (\"{{ ticket.title }}\") has been opened.\n\nYou can view this online at {{ ticket.staff_url }}.", "heading": "New Ticket Opened", "subject": "(Opened)"}}, {"pk": "10", "model": "helpdesk.emailtemplate", "fields": {"template_name": "newticket_submitter", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">This is a courtesy e-mail to let you know that we have received your helpdesk query with a subject of <i>{{ ticket.title }}<\/i>. <\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">You do not have to do anything further at this stage. Your ticket has been assigned a number of <b>{{ ticket.ticket }}<\/b>.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to send us further details, or if you have any queries about this ticket, please include the ticket id of <b>{{ ticket.ticket }}<\/b> in the subject. The easiest way to do this is just press \"reply\" to this message.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.ticket_url }}\">{{ ticket.ticket_url }}<\/a>.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">We will investigate your query and attempt to resolve it as soon as possible. You will receive further updates and a resolution via this e-mail address.<\/p>", "plain_text": "Hello,\n\nThis is a courtesy e-mail to let you know that we have received your helpdesk query with a subject of {{ ticket.title }}. \n\nYou do not have to do anything further at this stage. Your ticket has been assigned a number of {{ ticket.ticket }}.\n\nIf you wish to send us further details, or if you have any queries about this ticket, please include the ticket id of {{ ticket.ticket }} in the subject. The easiest way to do this is just press \"reply\" to this message.\n\nIf you wish to view this ticket online, you can visit {{ ticket.ticket_url }}.\n\nWe will investigate your query and attempt to resolve it as soon as possible. You will receive further updates and a resolution via this e-mail address.", "heading": "Your Ticket Has Been Opened", "subject": "(Opened)"}}, {"pk": "11", "model": "helpdesk.emailtemplate", "fields": {"template_name": "resolved_cc", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Ticket {{ ticket.ticket }} (<i>{{ ticket.title }}<\/i>) has been resolved.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">The following resolution was added:<\/p>\n\n<blockquote style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt; padding-left: 20px; border-left: solid #ccc 2px;\">{{ resolution }}<\/blockquote>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">This resolution has been e-mailed to the submitter, who will verify it before you can close this ticket.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.staff_url }}\">{{ ticket.staff_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nTicket {{ ticket.ticket }} ({{ ticket.title }}) has been resolved.\n\nThe following resolution was added:\n\n{{ resolution }}\n\nThis resolution has been e-mailed to the submitter, who will verify it before you can close this ticket.\n\nIf you wish to view this ticket online, you can visit {{ ticket.staff_url }}.", "heading": "Ticket Resolved", "subject": "(Resolved)"}}, {"pk": "12", "model": "helpdesk.emailtemplate", "fields": {"template_name": "resolved_owner", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">A ticket currently assigned to you with a subject of <i>{{ ticket.title }}<\/i> has had a resolution added.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">The following resolution was added to ticket <b>{{ ticket.ticket }}<\/b>:<\/p>\n\n<blockquote style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt; padding-left: 20px; border-left: solid #ccc 2px;\">{{ resolution }}<\/blockquote>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">This resolution has been e-mailed to the submitter, who will verify it before you can close this ticket.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.staff_url }}\">{{ ticket.staff_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nA ticket currently assigned to you with a subject of {{ ticket.title }} has had a resolution added.\n\nThe following resolution was added to ticket {{ ticket.ticket }}:\n\n{{ resolution }}\n\nThis resolution has been e-mailed to the submitter, who will verify it before you can close this ticket.\n\nIf you wish to view this ticket online, you can visit {{ ticket.staff_url }}.", "heading": "Ticket Resolved", "subject": "(Resolved)"}}, {"pk": "13", "model": "helpdesk.emailtemplate", "fields": {"template_name": "resolved_submitter", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">You recently logged a ticket with a subject of <i>{{ ticket.title }}<\/i> with us. This e-mail is to advise you of a resolution to that ticket.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">The following resolution was added to ticket <b>{{ ticket.ticket }}<\/b>:<\/p>\n\n<blockquote style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt; padding-left: 20px; border-left: solid #ccc 2px;\">{{ resolution }}<\/blockquote>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Can you please confirm that this resolution addresses your needs so we may close this ticket? If you have any further queries, or if you do not believe this resolution is adequate, please reply to this e-mail and keep the subject intact.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.ticket_url }}\">{{ ticket.ticket_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nYou recently logged a ticket with a subject of \"{{ ticket.title }}\" with us. This e-mail is to advise you of a resolution to that ticket.\n\nThe following resolution was added to ticket {{ ticket.ticket }}:\n\n{{ resolution }}\n\nCan you please confirm that this resolution addresses your needs so we may close this ticket? If you have any further queries, or if you do not believe this resolution is adequate, please reply to this e-mail and keep the subject intact.\n\nIf you wish to view this ticket online, you can visit {{ ticket.ticket_url }}.", "heading": "Your Ticket Has Been Resolved", "subject": "(Resolved)"}}, {"pk": "14", "model": "helpdesk.emailtemplate", "fields": {"template_name": "updated_cc", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Ticket <a href=\"{{ ticket.staff_url }}\">{{ ticket.ticket }}<\/a> (<em>{{ ticket.title }}<\/em>) has been updated.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">The following comment was added:<\/p>\n\n<blockquote style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt; padding-left: 20px; border-left: solid #ccc 2px;\">{{ comment }}<\/blockquote>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">This information has {% if private %}not {% endif %} been e-mailed to the submitter.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.staff_url }}\">{{ ticket.staff_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nTicket {{ ticket.ticket }} ({{ ticket.title }}) has been updated.\n\nThe following comment was added:\n\n{{ comment }}\n\nThis information has {% if private %}not {% endif %} been e-mailed to the submitter.\n\nIf you wish to view this ticket online, you can visit {{ ticket.staff_url }}.", "heading": "Ticket Updated", "subject": "(Updated)"}}, {"pk": "15", "model": "helpdesk.emailtemplate", "fields": {"template_name": "updated_owner", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Ticket <a href=\"{{ ticket.staff_url }}\">{{ ticket.ticket }}<\/a> (<em>{{ ticket.title }}<\/em>), which is assigned to you, has been updated.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">The following comment was added to ticket <b>{{ ticket.ticket }}<\/b>:<\/p>\n\n<blockquote style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt; padding-left: 20px; border-left: solid #ccc 2px;\">{{ comment }}<\/blockquote>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">This information has {% if private %}not {% endif %} been e-mailed to the submitter.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.staff_url }}\">{{ ticket.staff_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nTicket {{ ticket.ticket }} ({{ ticket.title }}), which is assigned to you, has been updated.\n\nThe following comment was added to ticket {{ ticket.ticket }}:\n\n{{ comment }}\n\nThis information has {% if private %}not {% endif %} been e-mailed to the submitter.\n\nIf you wish to view this ticket online, you can visit {{ ticket.staff_url }}.", "heading": "Ticket Updated", "subject": "(Updated)"}}, {"pk": "16", "model": "helpdesk.emailtemplate", "fields": {"template_name": "updated_submitter", "html": "<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">Hello,<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">You recently logged a ticket with a subject of <i>{{ ticket.title }}<\/i> with us. This e-mail is to advise you of an update to that ticket.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">The following comment was added to ticket <b>{{ ticket.ticket }}<\/b>:<\/p>\n\n<blockquote style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt; padding-left: 20px; border-left: solid #ccc 2px;\">{{ comment }}<\/blockquote>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">To provide us with further information, please reply to this e-mail.<\/p>\n\n<p style=\"font-family: Tahoma, Arial, sans-serif; font-size: 11pt;\">If you wish to view this ticket online, you can visit <a href=\"{{ ticket.ticket_url }}\">{{ ticket.ticket_url }}<\/a>.<\/p>", "plain_text": "Hello,\n\nYou recently logged a ticket with a subject of \"{{ ticket.title }}\" with us. This e-mail is to advise you of an update to that ticket.\n\nThe following comment was added to ticket {{ ticket.ticket }}:\n\n{{ comment }}\n\nTo provide us with further information, please reply to this e-mail.\n\nIf you wish to view this ticket online, you can visit {{ ticket.ticket_url }}.", "heading": "Your Ticket Has Been Updated", "subject": "(Updated)"}}]