Plantillas de entidades

Nota: 馃憤 Puedes a帽adir filtros por proyectos, procesos, equipos o cualquier otro campo a esta regla

Establecer una descripci贸n para los nuevos elementos (versi贸n de texto enriquecido)

Todos los s铆mbolos de comillas dobles de la plantilla deben sustituirse por \"

texto enriquecido resultado de texto enriquecido
[
  {
    "type": "source:targetprocess:EntityChanged",
    "entityTypes": [
      "Request"
    ],
    "modifications": {
      "created": true,
      "deleted": false,
      "updated": false
    }
  },
  {
    "type": "filter:Relational",
    "or": [
      {
        "and": [
          {
            "target": {
              "type": "field",
              "name": "Description",
              "target": {
                "type": "pipelineBlockOutput"
              }
            },
            "value": null,
            "operator": {
              "type": "not exists"
            }
          }
        ]
      }
    ]
  },
  {
    "type": "action:targetprocess:UpdateEntity",
    "fields": {
      "Description": {
        "type": "constant",
        "value": "<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width:100%\"><tbody><tr><td><strong>External Reference</strong></td>\t\t\t<td><em>put id here</em></td></tr><tr><td><strong>Issue description</strong></td><td><div><em>short description</em></div>\t\t\t<div><em>multiple lines</em></div></td></tr></tbody></table>"
      }
    },
    "target": {
      "type": "pipelineBlockOutput",
      "blockAlias": "ui:source"
    }
  }
]

Establecer una descripci贸n para los nuevos elementos (versi贸n markdown)

La plantilla siempre debe comenzar con Plantilla<!--markdown--> Historial
[
  {
    "type": "source:targetprocess:EntityChanged",
    "entityTypes": [
      "userstory"
    ],
    "modifications": {
      "created": true,
      "deleted": false,
      "updated": false
    }
  },
  {
    "type": "filter:Relational",
    "or": [
      {
        "and": [
          {
            "target": {
              "type": "field",
              "name": "Description",
              "target": {
                "type": "pipelineBlockOutput"
              }
            },
            "value": null,
            "operator": {
              "type": "not exists"
            }
          }
        ]
      }
    ]
  },
  {
    "type": "action:JavaScript",
    "script": "const description = ___PROTECTED_3___;\n\nreturn {\n  command: \"targetprocess:UpdateResource\",\n  payload: {\n    resourceType: args.ResourceType,\n    resourceId: args.ResourceId,\n    fields: {\n      Description: description\n    }\n  }\n};\n\n"
  }
]