-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Repository - Branch List
-
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
- Created tag with name "TAG_ADDED_FROM_UI" and description "Tag Added from UI"
- 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