Get a bugAsk AIget https://api.atono.io/api/v1/bugs/{id}Returns a bug by its UUID or handle, including its attributes and relationships.Path ParamsidstringrequiredThe UUID or handle of the bug. The handle is the item ID shown in the Atono application (e.g., BUG-123).Query Paramsincludearray of objects | nullIncludes additional related data for each bug. Repeat the parameter to include multiple relationships. ASSIGNEE - The user assigned to the bug. CREATOR - The user who reported the bug. TEAM - The team backlog the bug is assigned to. WORKFLOW_STEP - The workflow step the bug is currently in. includeADD Responses 200Successfully retrieved the bug and its included relationships. 404The bug could not be found, or one of the requested related resources (include) does not exist.Updated 8 months ago