EN
Español
English
Português
    Webhook for Jira Server

    Webhook Jira Server

    Method: POST
    Url: /webhooks/99009/jira
    Description: Reports a change to a case in Jira Server

    Headlines

    Name Description
    X-Authorization JWT Token for Authorization.
    Must be in the format: Bearer token

    Bodysuit

    {
      "issue": {
        "fields": {
          "additionalProp1": {},
          "additionalProp2": {},
          "additionalProp3": {}
        },
        "id": "string",
        "key": "string"
      }
    }
    

    Answer

    200

    Error Codes

    Code Description
    AIC90005_0001 Type invalid ‘{0}’
    AIC90005_0002 Configuration empty
    AIC90005_0003 itemType is required
    AIC90005_0004 The project not exist in Jira, verify projectKey and ItemType
    AIC90005_0005 Case with reference ‘{0}’ not found
    AIC90005_0006 CollectionInfo is null, project ‘{0}’ and type ‘{1}’
    AIC90005_0007 Buggy schema
    AIC90005_0008 Cannot determine what type of mapping the additional fields have: {0}
    AIC90005_0009 ‘{0}’ not found
    AIC90005_0010 Reference is required in ‘{0}’
    AIC90005_0011 Reference duplicate in mapper ‘{0}’
    AIC90005_0012 Field ‘{0}’ required
    AIC90005_0013 Reference ‘{0}’ is already assigned
    AIC90005_0014 Field definition ‘{0}’ requires data matching, add property ‘{0}’
    AIC90005_0015 Field ‘{0}’ required, definition ‘{1}’
    AIC90005_0016 Criticality ‘{0}’ not assigned for ‘{1}’
    AIC90005_0017 ‘{0}’ not found, with values: ‘{1}’
    AIC90005_0018 Field types ‘{0}’ in Jira and ‘{1}’ in ASMS, are not compatible with each other
    AIC90005_0019 The user has no associated projects
    AIC90005_0020 Unauthorized
    AIC90005_00201 IntegrationId is case ‘{0}’ cannot be null
    AIC90005_0021 Model with id ‘{0}’ has not been registered
    AIC90005_200 An error occurred while updating information in ASMS
    AIC90005_300 An error occurred while updating information in JIRA
    AIC90005_999 Unknown error

    Configuring jira Server webhook

    ENDPOINT WEBHOOK

    webhooks/99009/jira
    

    To configure the webhook in Jira Server, assign the configuration url as shown in the following image: