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
{
  "name": "Problem Analysis",
  "id": "product-problem-analysis",
  "description": "",
  "metadata" : {
    "version": 1,
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "20212022-0108-01T0115T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "updater": {
      "id": "evolu.software"
    },
    "template" : {
      "id" : "${tid}-${uuid}",
      "name" : "Problem Analysis ${yyyy-mm-dd}"
    },
    "version": 2
  },
  "section": [
    {
      "id": "details",
      "name": "Details",
      "description": "",
      "field": [
        {
          "id": "description",
          "name": "Description",
          "description": "Describe the problem",
          "i18n": {
            "de" : {
              "name" : "Beschreibung",
              "description": "Beschreibe das Problem"
            }
          }
        },
        {
          "id": "analysis",
          "name": "Analysis",
          "description": "What are the available options to solve the problem?",
          "i18n": {
            "de" : {
              "name" : "Analyse",
              "description": "Welche Möglichkeiten gibt es um das Problem zu lösen"
            }
          }
        },
        {
          "id": "resolution",
          "name": "Resolution",
          "description": ""
        },
        {
          "id": "reason",
          "name": "Reason",
          "description": "Describe the reasons behind this decision",
          "i18n": {
            "de" : {
              "name" : "Begründung",
              "description": "Beschreibe, warum es zu der Entscheidung gekommen ist"
            }
          }
        }
      ]
    }
  ],
  "data": {
    "analysis": {
      "type": "markdown",
      "value": ""
    },
    "description": {
      "type": "markdown",
      "value": ""
    },
    "resolution": {
      "type": "select-single",
      "allowedValues": [
        {
          "name": "Fixed",
          "lozenge": {
            "appearance": "success",
            "bold": true
          }
        },
        {
          "name": "Won't Fix",
          "lozenge": {
            "appearance": "default",
            "bold": true
          }
        },
        {
          "name": "Duplicate",
          "lozenge": {
            "appearance": "success",
            "bold": false
          }
        },
        {
          "name": "Later",
          "lozenge": {
            "appearance": "default",
            "bold": false
          }
        },
        {
          "name": "Declined",
          "lozenge": {
            "appearance": "removed",
            "bold": true
          }
        }
      ],
      "value": {}
    },
    "reason": {
      "type": "markdown",
      "value": ""
    }
  }
}