Creating a tag in Bitbucket UI caused the description message to return null when calling through API

XMLWordPrintable

    • 3
    • Severity 3 - Minor
    • 56

      Issue Summary

      Creating a tag from UI with description will turn it into "null" when pulling the tag information from API endpoint. However, when creating from git or API it shows the tag description

      Steps to Reproduce

      1. Created tag with name "TAG_ADDED_FROM_UI" and description "Tag Added from UI"
      2. Received following Webhook Payload. Observe that Tag and Message field is empty
                            "tagger": null,
                            "date": null,
                            "message": null,
                            "type": "tag",
        

      Expected Results

      The API endpoint should return the tag description.

      Actual Results

      The API endpoint return "null" on the tag description

      Workaround

      Create the tag from git or API endpoint

              Assignee:
              Unassigned
              Reporter:
              Syahrul
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: