Table of Contents

Support Request Application Development

Updated by Yanjun Wang 09/12/2021

See also ScottyPro Workflows and Forms

Overview

The Support Request Application is developed for auto-creating support requests in ScottyPro Ticketer, and for customers to easily access their requested tickets, which removal of manual operational and support work to enable the team to focus on triage of new tickets and non-repetitive work. The APP has been integrated with Errigal Common Header, CAS, Userprofile, also tracked by Google Analytics.

Repo: https://bitbucket.org/errigal/support-request/src/dev/


Access and Permissions

The APP has been integrated with CAS and Userprofile.

User can visit support-request from either the button on Support Page, or link directly

Permission control is handled by Userprofile.


Details

All the tickets information are queried from Ticketer API.

View 1: Shows user's own tickets and company tickets

View 2: Ticket Details

View 3: Ticket Forms

View4: Support Request Form

  {
  "fields": [
    {
      "name": "title",
      "type": "TEXTFIELD",
      "label": "Report Title",
      "required": true,
      "error": "Please enter the title."
    },
    {
      "name": "purpose",
      "type": "TEXTAREA",
      "label": "Report Purpose",
      "required": true,
      "error": "Please enter the purpose.",
      "desc": "Outlined description of the intended purpose or usage of the report to assist in its development."
    },
    {
      "name": "critical",
      "type": "CHECKBOX",
      "label": "This is a critical issue.",
      "required": false
    },
    {
      "name": "option",
      "type": "DROPDOWN",
      "label": "Follow Call",
      "options": ["YES", "NO"],
      "required": false
    }
  ],
  "applications": [
    "Reporting Manager"
  ]
  }

Configuration


List of Tools & Technologies

Backend

Frontend


Appendix

For further information see requirements documenthere

Bitbucket Repo

R&D Doc: 3.20 TBD 3.18 3.15 3.14 3.13


Operation Tips

Tips when navigating the Support Request Application.

ScottyPro Forms and The Support Request Application

It is important to remember for any future changes that the Support Request Application displays the fields on a form based on the date/time they were added to the form and not in the order they appear in ScottyPro.