Create an issue
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThe issue of the dto transfer, It's presentation with the create issue request from client.
The id of the issue category.
The parent id of the issue. If the issue is sub-issue, it's parent id is the parent issue id.
The content of the issue.
The referrer id of the issue.
The referrer object of the issue.
The referrer type of the issue.
Assignee user id of the issue.
Provides the values for the Issue Priority of the Issue entity.
The name of the issue.
The description of the issue.
The cc of the issue. This value is the email address of the user.
The tags of the issue. This value is the tags of the issue.
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
API call exceeded rate limit due to too many requests.
Last updated