Issues
Issue tracking and reporting
Retrieves issues with optional filtering
API key for authentication. Format - apikey YOUR_API_KEY
Page number (1-indexed)
1Items per page (max 100)
10Filter by project ID
Filter by issue status
Filter by assignee email
Filter by creator email
Issues retrieved successfully
Issues retrieved successfully
Creates a new issue for a task
API key for authentication. Format - apikey YOUR_API_KEY
Task ID to create issue for
Issue created successfully
Bad request - validation error
Updates an existing issue. All fields are optional - only provided fields will be updated.
Updatable fields:
content: Update the issue description/contentstatus: Change status to "Open" or "Resolved"pctDetails: Update PCT-specific details (for PCT issues)errorCodes: Update error codes associated with the issue
API key for authentication. Format - apikey YOUR_API_KEY
Issue ID
Request body for updating an issue. All fields are optional.
Updated issue content/description
Issue status (Open or Resolved)
Issue updated successfully
Bad request - validation error
Resource not found
Deletes an existing issue
API key for authentication. Format - apikey YOUR_API_KEY
Issue ID
Issue deleted successfully
Issue deleted successfully
Adds a new comment to an existing issue.
Comments are used for discussion and collaboration on issues. Each comment records the author and timestamp automatically.
API key for authentication. Format - apikey YOUR_API_KEY
Issue ID
The comment text content
Comment added successfully
Bad request - validation error
Resource not found
Last updated