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

Expire Satisfaction Feedback Token

    XMLWordPrintable

Details

    • 13
    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for JIRA Service Desk Cloud. Using JIRA Service Desk Server? See the corresponding suggestion.

      Problem Definition

      In certain environments, agents have access to the inbox of the mail account that Service Desk uses for the mail channel. In this scenario, it is possible for the agent to manipulate customer satisfaction feedback ratings in the event that the customer replies to Closed\Resolved notification containing the satisfaction survey. If the reply includes the quoted body of the survey, the agent can follow the link and change the star rating.

      Suggested Solution

      Expire the feedback token after initial customer survey completion. Alternatively, disallow agent access to satisfaction feedback survey pages.

      Workaround

      Use the Jira Service Management REST API to delete the token property

      curl --request DELETE \
        --url 'https://your-domain.atlassian.com/rest/api/3/issue/{issueIdOrKey}/properties/feedback.token.key' \
        --user 'email@example.com:<api_token>'
      

      Known issues related to this scenario

      Sometimes Atlassian customers have some spam filtering app reading their CSAT / Feedback URLs like Mimecast, for example.
      Since the satisfaction token never expires, every time this filtering app accesses the feedback URL a new CSAT score is added to the ticket in Jira.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rgould@atlassian.com Russ Gould [Atlassian]
              Votes:
              14 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated: