Include changelog for webhooks triggered by post function

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Webhooks
    • 1
    • 8

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Summary

      When webhooks is triggered by an event (eg. issue updated), there will be a changelog included in the body

      "changelog":{
            "id":"11007",
            "items":[
               {
                  "field":"status",
                  "fieldtype":"jira",
                  "from":"10100",
                  "fromString":"To Do",
                  "to":"3",
                  "toString":"In Progress"
               },
               {
                  "field":"priority",
                  "fieldtype":"jira",
                  "from":"5",
                  "fromString":"Lowest",
                  "to":"3",
                  "toString":"Medium"
               }
            ]
         }

      However, when webhooks is triggered by a post function, it doesn't send any changelog

      Suggestion

      Include changelog in the body when webhooks are triggered by a post function.

              Assignee:
              Unassigned
              Reporter:
              Yit Wei
              Votes:
              7 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: