Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This is what the template looks like as a data form.

Info

We show you how to import this template here:
https://aevolu.atlassian.net/wiki/spaces/DFC/pages/2368667649/Data+Forms+templates+-+How+to+export+and+import+templates#Import-templates

Code Block
{
  "id": "evolu.software-incident-record",
  "name": "Incident Record",
  "description": "",
  "metadata": {
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "20212022-0108-01T0115T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "updater": {
      "nameid": "evolu .software GmbH"
    },
    "updatertemplate" : {
      "id" : "evolu.software${cid}-${tid}-${yyyy-mm-dd}",
      "name" : "evoluIncident software GmbHRecord ${cid} ${yyyy-mm-dd}"
    },
    "version": 13
  },
  "section": [
    {
      "id": "general-incident-information",
      "name": "General Incident Information",
      "description": "",
      "field": [
        {
          "id": "unique-id",
          "name": "Unique ID",
          "description": "Unique ID of the Incident"": "",
        },"field": [
        {
          "id": "date",
          "name": "Date",
          "description": "Date and time of the incident"
        },
        {
          "id": "source",
          "description": "How was the incident brought to our attention?",
          "name": "Source"
        },
        {
          "id": "agent",
          "description": "",
          "name": "Service Desk agent"
        },
        {
          "id": "reporter",
          "description": "",
          "name": "Reporter"
        },
        {
          "id": "callback-method",
          "description": "How can we reach the reporter?",
          "name": "Callback method"
        }
      ]
    },
    {
      "id": "symptoms",
      "description": "",
      "name": "Description of symptoms",
      "field": [
        {
          "id": "description",
          "description": "Affected users, locations and/or business areas",
          "name": "Description"
        },
        {
          "id": "affected-service",
          "description": "",
          "name": "Affected service(s)"
        },
        {
          "id": "priority",
          "description": "",
          "name": "Incident priority"
        },
        {
          "id": "related-cis",
          "description": "Primary Configuration Items (CIs) affected by the Incident",
          "name": "Related CIs"
        },
        {
          "id": "category",
          "description": "",
          "name": "Incident category"
        },
        {
          "id": "related-incident-records",
          "description": "If a similar outstanding Incident exists, to which the new Incident is able to be attributed",
          "name": "Related Incident Records"
        },
        {
          "id": "related-problem-records",
          "description": "If any outstanding Problems exist, to which the new Incident is able to be attributed",
          "name": "Related Problem Records"
        }
      ]
    },
    {
      "id": "conclusion",
      "description": "",
      "name": "Conclusion",
      "field": [
        {
          "id": "solution",
          "description": "",
          "name": "Solution"
        },
        {
          "id": "identified-problems",
          "description": "If the Incident is likely to recur and preventive action is necessary",
          "name": "Identified Problems"
        },
        {
          "id": "customer-feedback",
          "description": "Is the Incident resolved from the customer’s/user’s point of view?",
          "name": "Customer feedback"
        }
      ]
    }
  ],
  "data": {
    "unique-id": {
      "type": "text",
      "value": ""
    },
    "date": {
      "type": "datetime",
      "value": ""
    },
    "source": {
      "type": "select-single",
      "allowedValues": [
        {
          "id": "Email",
          "name": "Email",
          "lozenge": {
            "appearance": "removed",
            "bold": true
          }
        },
        {
          "id": "Telephone",
          "name": "Telephone",
          "lozenge": {
            "appearance": "moved",
            "bold": true
          }
        },
        {
          "id": "monitoring",
          "name": "Event monitoring system",
          "lozenge": {
            "appearance": "success",
            "bold": true
          }
        },
        {
          "id": "portal",
          "name": "Intranet portal",
          "lozenge": {
            "appearance": "success",
            "bold": false
          }
        }
      ],
      "value": {}
    },
    "agent": {
      "type": "user-single",
      "value": ""
    },
    "reporter": {
      "type": "user-single",
      "value": ""
    },
    "callback-method": {
      "type": "text",
      "value": ""
    },
    "description": {
      "type": "markdown",
      "value": ""
    },
    "affected-service": {
      "type": "text",
      "value": ""
    },
    "priority": {
      "type": "select-single",
      "allowedValues": [
        {
          "id": "high",
          "name": "High",
          "lozenge": {
            "appearance": "removed",
            "bold": true
          }
        },
        {
          "id": "medium",
          "name": "Medium",
          "lozenge": {
            "appearance": "moved",
            "bold": true
          }
        },
        {
          "id": "low",
          "name": "Low",
          "lozenge": {
            "appearance": "success",
            "bold": true
          }
        }
      ],
      "value": {}
    },
    "related-cis": {
      "type": "text",
      "value": ""
    },
    "category": {
      "type": "markdown",
      "value": ""
    },
    "related-incident-records": {
      "type": "text",
      "value": ""
    },
    "related-problem-records": {
      "type": "text",
      "value": ""
    },
    "related issue": {
      "type": "text",
      "value": ""
    },
    "identified-problems": {
      "type": "markdown",
      "value": ""
    },
    "solution": {
      "type": "markdown",
      "value": ""
    },
    "customer-feedback": {
      "type": "markdown",
      "value": ""
    }
  }
}