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 Jonathan Reissmueller created issue -
        jonathan Jonathan Reissmueller made changes -
        Field Original Value New Value
        Rank Ranked higher
        jonathan Jonathan Reissmueller made changes -
        Issue Type Bug [ 1 ] New Feature [ 2 ]
        jonathan Jonathan Reissmueller made changes -
        Sprint 4.12.0 Sprint 4 [ 116 ]
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked lower
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked lower
        jonathan Jonathan Reissmueller made changes -
        Parent CORE-3756 [ 15118 ]
        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 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 Jonathan Reissmueller made changes -
        Remaining Estimate 0 minutes [ 0 ]
        Time Spent 2 hours, 18 minutes [ 8280 ]
        Worklog Id 14042 [ 14042 ]
        abdy 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 ]

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              17/Sep/20

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 2 hours, 54 minutes
              2h 54m

                Agile