Uploaded image for project: 'Jira Service Management Cloud'
  1. Jira Service Management Cloud
  2. JSDCLOUD-10951

Assignee is added as request participant when mentioned on the Portal

      Issue Summary

      When a user mentions the @assignee in a comment on the customer Portal, the assignee will be added as a request participant, causing notification issues described here.

      The issue doesn't happen when mentioning the user on the UI.

      Steps to Reproduce

      1. Go to the customer Portal
      2. Mention (@) the assignee of the ticket in a comment

      Expected Results

      Assignee not added as request participant

      Actual Results

      Assignee (agent role) will be added as a request participant (customer role) as well

      Workaround

      Create an automation rule like the one below, to remove the assignee in case it's added as request participant:

        1. image-2022-02-20-21-06-25-554.png
          image-2022-02-20-21-06-25-554.png
          530 kB
        2. image-2022-03-04-09-51-25-079.png
          image-2022-03-04-09-51-25-079.png
          35 kB
        3. screenshot-2.png
          screenshot-2.png
          37 kB
        4. screenshot-3.png
          screenshot-3.png
          37 kB
        5. screenshot-4.png
          screenshot-4.png
          65 kB
        6. screenshot-5.png
          screenshot-5.png
          30 kB

            [JSDCLOUD-10951] Assignee is added as request participant when mentioned on the Portal

            Thanks for the workaround! I only had to change the JSON to make it work on premise:

            {
                "update": {
                    "Request participants": [{
                        "remove": {
                            "name":"{{assignee.name}}"
                        }
                    }]
                }
            } 

            Almuth Boehme [Communardo] added a comment - - edited Thanks for the workaround! I only had to change the JSON to make it work on premise: {     "update" : {         "Request participants" : [{             "remove" : {                 "name" : "{{assignee.name}}"             }         }]     } }

              Unassigned Unassigned
              64c8f1937384 André Sinatora
              Affected customers:
              11 This affects my team
              Watchers:
              12 Start watching this issue

                Created:
                Updated: