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

    Webhook Jira Server

    Method: POST
    Url: /webhooks/99009/jira/task
    Description: Reports a change to a sub-task 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"
      }
    }
    

    Configuring jira Server webhook

    ENDPOINT WEBHOOK

    webhooks/99009/jira/task
    

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