Uploaded image for project: 'CFA MX '
  1. CFA MX
  2. CFAMX-12993

Auto Notifications - List of Notifications Sent to the Store Contact

    Details

    • Type: Story
    • Status: Closed (View Workflow)
    • Resolution: Won't Develop
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • SCRUM Team:
      Brotherhood of Mutants
    • Work Type Classification:
      Sustaining

      Description

      Story

      As a user, I would like to see a read-only list of all the auto notification configured to be sent to the store email at my location.

      Details

      Create a read-only table populated by a complete list of auto notification sent to the store email. This table should be in "Settings > Store Settings > Notification". Table should be below the table of enable-able/disable-able auto notifications.

      Table Labels (Should be localizable)

        • Table Name: Store Contact Auto Notifications"
          • Column 1 Header: "Notification Title"
          • Column 2 Header: "Group"
          • Column 3 Header: "Type"
      • Data presented in this table should be the same data in the highlighted section of the screenshot below.

      This table should be available to all users who have access to the "Notification" menu item.

      Query for Auto Notifications Sent to Store Contact

      select tdi.SourceFileName,an.* from tbAutoNotification an with(nolock)
      left join tbTaskDataImport tdi with(nolock) on an.TaskNameId=tdi.TaskNameId
      where an.NotifyWho = 'StoreContact'

      AC

      Confirm

      1. A complete list of auto notification configured to be sent to the store contact is available in "Settings > Store Settings > Notification"
      2. This list is presented in a table as defined above.
      3. When a store contact auto notification is removed or added, the list is updated to reflect the change.
      4. The data presented is accurate.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                jason.powell Jason Powell
              • Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  PagerDuty

                  Error rendering 'com.pagerduty.jira-server-plugin:PagerDuty'. Please contact your Jira administrators.