Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.12.0-b1
-
Component/s: None
-
Labels:None
Description
Add new messenger notices for ticket added and updated.
Add a new support staff setting "Receive Ticket Messenger Notification" under "Receive Mobile Ticket Emails". This should function basically the same as the support ticket mobile emails.
A getMessageTemplates() method should be added to the SupportManagerPlugin class with the following response:
[ [ 'action' => 'SupportManager.staff_ticket_updated', 'type' => 'staff', 'tags' => same as the SupportManager.staff_ticket_updated_mobile email, 'content' => ['sms' => same as the SupportManager.staff_ticket_updated_mobile email], ], [ 'action' => 'SupportManager.staff_ticket_assigned', 'type' => 'staff', 'tags' => same as the SupportManager.staff_ticket_assigned email, 'content' => ['sms' => same as the SupportManager.staff_ticket_assigned email], ] ]
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Issue Type | Bug [ 1 ] | New Feature [ 2 ] |
Jonathan Reissmueller
made changes -
Sprint | 4.12.0 Sprint 4 [ 116 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Jonathan Reissmueller
made changes -
Parent |
|
|
Issue Type | New Feature [ 2 ] | Sub-task [ 5 ] |
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Jonathan Reissmueller
made changes -
Description |
Add new messenger notices for ticket added and updated.
Add a new support staff setting "Receive Ticket Messenger Notification" under "Receive Mobile Ticket Emails". This should function basically the same as the support ticket mobile emails. A getMessageTemplates() method should be added to the SupportManagerPlugin class with the following response: {code:java} [ [ 'action' => 'SupportManager.staff_ticket_updated', 'type' => 'staff', 'tags' => same as the SupportManager.staff_ticket_updated_mobile email, 'content' => ['sms' => same as the SupportManager.staff_ticket_updated_mobile email], ] ] {code} |
Add new messenger notices for ticket added and updated.
Add a new support staff setting "Receive Ticket Messenger Notification" under "Receive Mobile Ticket Emails". This should function basically the same as the support ticket mobile emails. A getMessageTemplates() method should be added to the SupportManagerPlugin class with the following response: {code:java} [ [ 'action' => 'SupportManager.staff_ticket_updated', 'type' => 'staff', 'tags' => same as the SupportManager.staff_ticket_updated_mobile email, 'content' => ['sms' => same as the SupportManager.staff_ticket_updated_mobile email], ], [ 'action' => 'SupportManager.staff_ticket_assigned', 'type' => 'staff', 'tags' => same as the SupportManager.staff_ticket_assigned email, 'content' => ['sms' => same as the SupportManager.staff_ticket_assigned email], ] ] {code} |
Automated transition triggered when Jonathan Reissmueller created pull request #86 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 2 hours, 18 minutes [ 8280 ] | |
Worklog Id | 14042 [ 14042 ] |
Abdy Franco
made changes -
Time Spent | 2 hours, 18 minutes [ 8280 ] | 2 hours, 54 minutes [ 10440 ] |
Worklog Id | 14043 [ 14043 ] |
Automated transition triggered when Jonathan Reissmueller merged pull request #86 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |