EN
Español
English
Português
    Restrictions on file settings
    • For type fields “Datetime” consider the timeZone configuration in Jira Cloud.
    • Duplication of types (cases or issues) is not allowed for a reference group View Error.
    • Duplicity is not allowed for model IDs.
    • Duplication of IDs and Values is not allowed in properties that relate values to them View Error.
    • Duplication of IDs and references is not allowed in the property “category” View Error.
    • ON the property “model” if only IDs are added without the reference property, duplication of the ID is not allowed View Error.

    Error: Duplicidad de tipos

    {
      "itemType": [
        {
          "reference": "ref 1",
          "type": "ServiceCall",
          "workItemType": "Feature"
        },
        {
          "reference": "ref 1",
          "type": "Problem",
          "workItemType": "Bug"
        },
        {
          "reference": "ref 1",
          "type": "Problem",
          "workItemType": "Bug"
        }
      ]
    }
    

    Error: Duplicidad de referencia de valores

    {
      "applicant": [
        {
          "reference": "ref 1",
          "id": 1,
          "value": "applicant_jira1"
        },
        {
          "reference": "ref 1",
          "id": 13,
          "value": "applicant_jira2"
        },
        {
          "reference": "ref 1",
          "id": 1,
          "value": "applicant_jira2"
        }
      ]
    }
    

    Error: Duplicidad IDs de categorías

    {
      "category": [
        {
          "reference": "ref 0",
          "id": 1,
          "value": "jira1"
        },
        {
          "reference": "ref 1",
          "id": 1,
          "value": "jira1"
        },
        {
          "reference": "ref 2",
          "id": 1,
          "value": "jira1"
        }
      ]
    }
    

    Error: Duplicidad IDs en model

    {
      "model": [
        {
          "id": 1,
          "state": [
          ],
          "additionalFields": [
          ]
        },
        {
          "id": 1,
          "state": [
          ],
          "additionalFields": [
          ]
        }
      ]
    }