Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-67209

Archive Version wrong in WebHook data

    XMLWordPrintable

Details

    Description

      When archieving a version wrong data is send in a webook

      Steps to Reproduce

      1. create a version
      2. click on ... at the right of the version
      3. choose archive

      Output-Data:

      {
          "timestamp": 1448029844100,
          "webhookEvent": "jira:version_updated",
          "version": {
              "id": "10004",
              "name": "5",
              "archived": false,
              "released": false,
              "overdue": false,
              "projectId": 10001
          }
      }
      

      Expected Output

      {
          "timestamp": 1448029844100,
          "webhookEvent": "jira:version_updated",
          "version": {
              "id": "10004",
              "name": "5",
              "archived": true,
              "released": false,
              "overdue": false,
              "projectId": 10001
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              epereira@atlassian.com bpevandro (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: