Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-6509

C8SaaS Email address recipient validation does not return list of invalid emails

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Unresolved
    • L3 - Default
    • None
    • None
    • backend
    • None
    • Not defined

    Description

      Brief summary of the bug. What is it ? Where is it ?

      In C8SaaS, the list of recipients for an alert is validated by the BE. If one of those addresses doesn't belong to a member of the Cloud organisation, the following error is returned by the API:

      {     
        "errorCode" : "invalidAlertEmailAddresses",
        "errorMessage" : "Users with the following email addresses are not available for receiving alerts: [asd@asd.asd]",
        "detailedMessage" : "Users with the following email addresses are not available for receiving alerts: [asd@asd.asd]",
        "reportDefinition" : null
      } 

      Error response to allow FE to translate the error message have to have a property called invalidAlertEmails but it is missing from the response now. this new property should be a string of comma joined email addresses

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                joshua.windels Joshua Windels
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:

                  Salesforce