Tool to manually create a feedback item (bug) in a Gleap project. Use when you need to: - Create a new bug report programmatically - Add customer feedback to a specific project - Submit feature requests or issues via API Requires project ID, title, and description. Supports opti…
idRequiredstringThe project ID where the feedback item will be created. This is a 24-character hexadecimal string.
tagsarrayTags for categorizing and organizing feedback items
typestringType of feedback item (e.g., 'BUG', 'FEATURE_REQUEST', 'QUESTION', 'FEEDBACK')
titleRequiredstringThe title/subject of the bug or feedback item (required)
statusstringStatus of the feedback item (e.g., 'OPEN', 'IN_PROGRESS', 'RESOLVED', 'CLOSED')
prioritystringPriority level: 'LOW', 'MEDIUM', or 'HIGH'
customDataobjectCustom metadata as key-value pairs
descriptionRequiredstringDetailed description of the bug or feedback (required)
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.