Creates a new issue. The user must specify the ID of a form definition to associate the issue with; that will set its issue type as well as determine how clients such as the CONNECT Issues web app will display it. The form definition ID should be obtained by calling the 'Get iTwin form definitions' endpoint.
Permissions
To use this endpoint, the user is required to have the Forms Create/Modify (Forms_CreateAccess) permission for the iTwin, or for the chosen form definition if form definition security is specified for it.
Authentication
Requires Authorization header with valid Bearer token for scope itwin-platform.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.
Request headers
OAuth access token with itwin-platform scope
Setting to application/vnd.bentley.itwin-platform.v1+json is recommended.
Request body
issue-create (LinkedElement)
The ID of the form definition (obtained from the Get project form definitions query) to associate this issue with. The chosen form definition will be used to display the issue in the Issues webapp and other Bentley applications. If no form definition exists in the current project for the issue type you wish to create, please have a project administrator create or import such a form definition using Bentley's Form Designer.
The issue's new workflow status, if applicable.
The date by which an action should be taken on this issue. Applications will use this to determine whether an issue is near due or overdue.
Brief title/description of the issue.
For cases when an issue is assigned to multiple people and/or roles, this lists all of them rather than just the primary assignee.
Detailed description of the issue.
Origin info. An object linking the issue to an entity outside the Issues service, such as a file in Storage or an element in an iModel, that the issue was created to pertain to.
The date and time represented in the model where the issue occurred (if in a 4D model).
Example
{ "subject": "Unspecified material", "description": "The plans do not specify what material this support beam will be made out of.", "formId": "ZaZaZaYbYav2qwer_-wqer-___wqerqwetaqtewq123", "dueDate": "2021-07-27T00:00:00.0000000+00:00", "status": "Draft", "assignee": { "displayName": "Sue Doe", "id": "ac777777-7770-4777-9777-77765ff26777" }, "assignees": [{ "displayName": "Sue Doe", "id": "ac777777-7770-4777-9777-77765ff26777" }, { "displayName": "Jim Jay", "id": "bd888888-8880-4888-9888-88865ff26888" }], "sourceEntity": { "iModelElement": { "modelName": "Grand Central Station", "modelId": "ce999999-3330-4333-9333-24465ff26000", "elementId": "0x20000001917", "changeSetId": "c2c91fa9d03d1697cd265367f22f23e69f4a463d" } }, "modelPin": { "location": { "x": 239397.845502758, "y": 3969886.40944986, "z": 37.4089734992391 }, "description": "Location of support beam" }, "modelView": { "iModelJsView": "01ababab-1230-4567-9012-88865ff26888", "cameraView": { "viewPoint": { "x": 200000, "y": 300000, "z": 37 }, "direction": { "x": 2, "y": 3, "z": 30 }, "up": { "x": 0, "y": 0, "z": 1 }, "viewToWorldScale": 10, "fieldOfView": 90 } }, "modelEventDateTime": "2021-02-27T11:13:33.0000000+00:00", "boundingBox": { "lowerLeftPoint3D": { "x": 0, "y": 1, "z": 2 }, "upperRightPoint3D": { "x": 3, "y": 4, "z": 5 } }, "location": { "longitude": -40, "latitude": -30, "elevation": 200, "description": "Construction site" }, "properties": {} }
issue-create (LinkedFile)
The ID of the form definition (obtained from the Get project form definitions query) to associate this issue with. The chosen form definition will be used to display the issue in the Issues webapp and other Bentley applications. If no form definition exists in the current project for the issue type you wish to create, please have a project administrator create or import such a form definition using Bentley's Form Designer.
The issue's new workflow status, if applicable.
The date by which an action should be taken on this issue. Applications will use this to determine whether an issue is near due or overdue.
Brief title/description of the issue.
For cases when an issue is assigned to multiple people and/or roles, this lists all of them rather than just the primary assignee.
Detailed description of the issue.
Origin info. An object linking the issue to an entity outside the Issues service, such as a file in Storage or an element in an iModel, that the issue was created to pertain to.
The date and time represented in the model where the issue occurred (if in a 4D model).
Example
{ "subject": "Unspecified material", "description": "The plans do not specify what material this support beam will be made out of.", "formId": "ZaZaZaYbYav2qwer_-wqer-___wqerqwetaqtewq123", "dueDate": "2021-07-27T00:00:00.0000000+00:00", "status": "Draft", "assignee": { "displayName": "Sue Doe", "id": "ac777777-7770-4777-9777-77765ff26777" }, "assignees": [{ "displayName": "Sue Doe", "id": "ac777777-7770-4777-9777-77765ff26777" }, { "displayName": "Jim Jay", "id": "bd888888-8880-4888-9888-88865ff26888" }], "sourceEntity": { "storageFile": { "fileName": "Blueprint.pdf", "folderId": "CmU4rECnwEiTzxEGX_Ji2wJ1d6xAp8BIk88RBl_yYts", "fileId": "CmU4rECnwEiTzxEGX_Ji28lD7eJuPPRDo85GSRwo7FU" } }, "modelPin": { "location": { "x": 239397.845502758, "y": 3969886.40944986, "z": 37.4089734992391 }, "description": "Location of support beam" }, "modelView": { "iModelJsView": "01ababab-1230-4567-9012-88865ff26888", "cameraView": { "viewPoint": { "x": 200000, "y": 300000, "z": 37 }, "direction": { "x": 2, "y": 3, "z": 30 }, "up": { "x": 0, "y": 0, "z": 1 }, "viewToWorldScale": 10, "fieldOfView": 90 } }, "modelEventDateTime": "2021-02-27T11:13:33.0000000+00:00", "boundingBox": { "lowerLeftPoint3D": { "x": 0, "y": 1, "z": 2 }, "upperRightPoint3D": { "x": 3, "y": 4, "z": 5 } }, "location": { "longitude": -40, "latitude": -30, "elevation": 200, "description": "Construction site" }, "properties": {} }
issue-create (NoLink)
The ID of the form definition (obtained from the Get project form definitions query) to associate this issue with. The chosen form definition will be used to display the issue in the Issues webapp and other Bentley applications. If no form definition exists in the current project for the issue type you wish to create, please have a project administrator create or import such a form definition using Bentley's Form Designer.
The issue's new workflow status, if applicable.
The date by which an action should be taken on this issue. Applications will use this to determine whether an issue is near due or overdue.
Brief title/description of the issue.
For cases when an issue is assigned to multiple people and/or roles, this lists all of them rather than just the primary assignee.
Detailed description of the issue.
Origin info. An object linking the issue to an entity outside the Issues service, such as a file in Storage or an element in an iModel, that the issue was created to pertain to.
The date and time represented in the model where the issue occurred (if in a 4D model).
Example
{ "subject": "Unspecified material", "description": "The plans do not specify what material this support beam will be made out of.", "formId": "ZaZaZaYbYav2qwer_-wqer-___wqerqwetaqtewq123", "dueDate": "2021-07-27T00:00:00.0000000+00:00", "status": "Draft", "assignee": { "displayName": "Sue Doe", "id": "ac777777-7770-4777-9777-77765ff26777" }, "assignees": [{ "displayName": "Sue Doe", "id": "ac777777-7770-4777-9777-77765ff26777" }, { "displayName": "Jim Jay", "id": "bd888888-8880-4888-9888-88865ff26888" }], "modelPin": { "location": { "x": 239397.845502758, "y": 3969886.40944986, "z": 37.4089734992391 }, "description": "Location of support beam" }, "modelView": { "iModelJsView": "01ababab-1230-4567-9012-88865ff26888", "cameraView": { "viewPoint": { "x": 200000, "y": 300000, "z": 37 }, "direction": { "x": 2, "y": 3, "z": 30 }, "up": { "x": 0, "y": 0, "z": 1 }, "viewToWorldScale": 10, "fieldOfView": 90 } }, "modelEventDateTime": "2021-02-27T11:13:33.0000000+00:00", "boundingBox": { "lowerLeftPoint3D": { "x": 0, "y": 1, "z": 2 }, "upperRightPoint3D": { "x": 3, "y": 4, "z": 5 } }, "location": { "longitude": -40, "latitude": -30, "elevation": 200, "description": "Construction site" }, "properties": {} }
Response 201 Created
Indicates that the issue was successfully created. The response body contains the issue's data after creation, including its id.
{ "issue": { "id": "e5Ue5Ue5U02hNz19awLcRsnTtOGubQZPhV123456789", "type": "Punchlist", "displayName": "PUN-00001", "state": "Open", "subject": "Unspecified material", "description": "The plans do not specify what material this support beam will be made out of.", "dueDate": "2021-07-27T00:00:00.0000000+00:00", "boundingBox": { "lowerLeftPoint3D": { "x": 0, "y": 1, "z": 2 }, "upperRightPoint3D": { "x": 3, "y": 4, "z": 5 } }, "createdBy": "Joe User", "createdDateTime": "2021-02-08T19:39:10.7421874+00:00", "lastModifiedBy": "Joe User", "lastModifiedDateTime": "2021-02-08T19:39:10.7421874+00:00", "number": "ISS-00001", "status": "Draft", "assignee": { "displayName": "Sue Doe", "id": "ac777777-7770-4777-9777-77765ff26777" }, "assignees": [{ "displayName": "Sue Doe", "id": "ac777777-7770-4777-9777-77765ff26777" }, { "displayName": "Jim Jay", "id": "bd888888-8880-4888-9888-88865ff26888" }], "statusColor": "#ff0000", "modelPin": { "location": { "x": 239397.845502758, "y": 3969886.40944986, "z": 37.4089734992391 }, "description": "Location of support beam" }, "modelView": { "iModelJsView": "01ababab-1230-4567-9012-88865ff26888", "cameraView": { "viewPoint": { "x": 200000, "y": 300000, "z": 37 }, "direction": { "x": 2, "y": 3, "z": 30 }, "up": { "x": 0, "y": 0, "z": 1 }, "viewToWorldScale": 10, "fieldOfView": 90 } }, "modelEventDateTime": "2021-02-27T11:13:33.0000000+00:00", "location": { "longitude": -40, "latitude": -30, "elevation": 200, "description": "Construction site" }, "properties": {} } }
Response 401 Unauthorized
This response indicates that request lacks valid authentication credentials. Access token might not been provided, issued by the wrong issuer, does not have required scopes or request headers were malformed.
{ "error": { "code": "HeaderNotFound", "message": "Header Authorization was not found in the request. Access denied." } }
Response 404 Not Found
This response indicates that the specified form definition does not exist (or is inaccessible due to insufficient permissions).
{ "error": { "code": "FormDefNotFound", "message": "Requested form definition is not available.", "target": "formId" } }
Response 422 Unprocessable Entity
This response indicates that there is a problem with the format of the request body. Most likely causes: The 'formId' property is missing, an unrecognized standard or custom property was added, a standard property was set in the 'properties' object instead of the top-level object, the body is invalid JSON, or a property was set to a value of the wrong type.
{ "error": { "code": "InvalidIssueRequest", "message": "Cannot create issue.", "details": [{ "code": "InvalidProperty", "message": "This property is not recognized. If it is a custom property, set it in the 'properties' object.", "target": "badProp" }, { "code": "InvalidProperty", "message": "This property is not a custom property and should be set on the root object directly instead of inside the 'properties' object.", "target": "description" }, { "code": "ReadOnlyProperty", "message": "This property is read-only and cannot be set by the client.", "target": "displayName" }] } }
Response 429 Too many requests
This response indicates that the client sent more requests than allowed by this API for the current tier of the client.
{ "error": { "code": "RateLimitExceeded", "message": "The client sent more requests than allowed by this API for the current tier of the client." } }
Response headers
Number of seconds to wait until client is allowed to make more requests.
link
{ "type": "object", "properties": { "href": { "type": "string" } }, "additionalProperties": false }
Error
Contains error information.
One of a server-defined set of error codes.
The target of the error.
A human-readable representation of the error.
{ "type": "object", "required": [ "code", "message" ], "properties": { "code": { "type": "string", "description": "One of a server-defined set of error codes." }, "target": { "type": "string", "nullable": true, "description": "The target of the error." }, "message": { "type": "string", "description": "A human-readable representation of the error." } }, "description": "Contains error information.", "additionalProperties": true }
camera
Determines the number of degrees in the circular arc around the camera's position that is visible in the view. Either this or viewToWorldScale should be specified, but not both.
Determines the zoom level of the camera, i.e. how much to multiply 1 distance unit in the view by to get the actual distance in meters in the model. Either this or fieldOfView should be specified, but not both.
{ "type": "object", "nullable": true, "properties": { "up": { "$ref": "#/components/schemas/point3D" }, "direction": { "$ref": "#/components/schemas/point3D" }, "viewPoint": { "$ref": "#/components/schemas/point3D" }, "fieldOfView": { "type": "number", "nullable": true, "description": "Determines the number of degrees in the circular arc around the camera's position that is visible in the view. Either this or viewToWorldScale should be specified, but not both." }, "viewToWorldScale": { "type": "number", "nullable": true, "description": "Determines the zoom level of the camera, i.e. how much to multiply 1 distance unit in the view by to get the actual distance in meters in the model. Either this or fieldOfView should be specified, but not both." } }, "additionalProperties": false }
point3D
{ "type": "object", "nullable": true, "properties": { "x": { "type": "number" }, "y": { "type": "number" }, "z": { "type": "number" } }, "additionalProperties": false }
location
Origin info. The geographical location the issue pertains to.
The degrees latitude of the issue's location. North: positive, south: negative.
The geographical elevation above/below sea level. Units for this property are not standardized, so an application should not make assumptions about this property's value set by other applications unless that other application's units are known.
The degrees longitude of the issues location. East: positive, west: negative.
A string describing the significance of this location.
{ "type": "object", "nullable": true, "properties": { "latitude": { "type": "number", "nullable": true, "description": "The degrees latitude of the issue's location. North: positive, south: negative." }, "elevation": { "type": "number", "nullable": true, "description": "The geographical elevation above/below sea level. Units for this property are not standardized, so an application should not make assumptions about this property's value set by other applications unless that other application's units are known." }, "longitude": { "type": "number", "nullable": true, "description": "The degrees longitude of the issues location. East: positive, west: negative." }, "description": { "type": "string", "nullable": true, "description": "A string describing the significance of this location." } }, "description": "Origin info. The geographical location the issue pertains to.", "additionalProperties": false }
Issue (get)
Contains the full data of this issue. Any property that was never set on the issue will be omitted from the response.
Unique identifier for this instance. Read-only.
Read-only. Describes which domain of work the issue involves, which determines what applications will show it. Automatically set based on the form definition that was used to create the issue.
Indicates whether the issue's status is an Open, Closed, or Draft status. This property is read-only.
Links to related entities, if applicable.
The ID of the form definition that this issue was created with. Note: This property will only be returned during the 'Get issue details' query, not in the result of a Create or Modify operation.
An human-readable identifier for the issue, consisting of an alphanumeric prefix (that can be configured by the project administrator) followed by an auto-incrementing number. Read-only.
The current workflow status the issue is in right now.
The date by which an action should be taken on this issue. Applications will use this to determine whether an issue is near due or overdue.
Brief title/description of the issue.
For cases when an issue is assigned to multiple people and/or roles, this lists all of them rather than just the primary assignee.
The display name of the user who originally created this issue. Read-only.
Detailed description of the issue.
Name that should be used to show this issue in a list of issues in the UI. This is read-only. Project managers can configure how this is generated; usually, it will be the value of another property.
A RBG hexadecimal color string, e.g. #ff0000. Read-only. If set, this gives a hint for how to highlight the issue in a list of issues based on its current workflow status.
Origin info. An object linking the issue to an entity outside the Issues service, such as a file in Storage or an element in an iModel, that the issue was created to pertain to.
The display name of the user who most recently made a change to this issue. Read-only.
The date and time when this issue was originally created. Read-only.
The date and time represented in the model where the issue occurred (if in a 4D model).
The date and time when this issue was most recently edited. Read-only.
{ "type": "object", "title": "Issue (get)", "properties": { "id": { "type": "string", "description": "Unique identifier for this instance. Read-only." }, "type": { "type": "string", "description": "Read-only. Describes which domain of work the issue involves, which determines what applications will show it. Automatically set based on the form definition that was used to create the issue." }, "state": { "type": "string", "description": "Indicates whether the issue's status is an Open, Closed, or Draft status. This property is read-only." }, "_links": { "oneOf": [ { "$ref": "#/components/schemas/source-entity-links-file" }, { "$ref": "#/components/schemas/source-entity-links-i-model-element" } ], "description": "Links to related entities, if applicable." }, "formId": { "type": "string", "description": "The ID of the form definition that this issue was created with. Note: This property will only be returned during the 'Get issue details' query, not in the result of a Create or Modify operation." }, "number": { "type": "string", "nullable": true, "description": "An human-readable identifier for the issue, consisting of an alphanumeric prefix (that can be configured by the project administrator) followed by an auto-incrementing number. Read-only." }, "status": { "type": "string", "description": "The current workflow status the issue is in right now." }, "dueDate": { "type": "string", "format": "date-time", "nullable": true, "description": "The date by which an action should be taken on this issue. Applications will use this to determine whether an issue is near due or overdue." }, "subject": { "type": "string", "nullable": true, "description": "Brief title/description of the issue." }, "assignee": { "$ref": "#/components/schemas/primary-assignee" }, "location": { "$ref": "#/components/schemas/location" }, "modelPin": { "$ref": "#/components/schemas/model-pin" }, "assignees": { "type": "array", "items": { "$ref": "#/components/schemas/secondary-assignee" }, "description": "For cases when an issue is assigned to multiple people and/or roles, this lists all of them rather than just the primary assignee." }, "createdBy": { "type": "string", "description": "The display name of the user who originally created this issue. Read-only." }, "modelView": { "$ref": "#/components/schemas/model-view" }, "properties": { "$ref": "#/components/schemas/dynamic-object" }, "boundingBox": { "$ref": "#/components/schemas/bounding-box" }, "description": { "type": "string", "nullable": true, "description": "Detailed description of the issue." }, "displayName": { "type": "string", "nullable": true, "description": "Name that should be used to show this issue in a list of issues in the UI. This is read-only. Project managers can configure how this is generated; usually, it will be the value of another property." }, "statusColor": { "type": "string", "nullable": true, "description": "A RBG hexadecimal color string, e.g. `#ff0000`. Read-only. If set, this gives a hint for how to highlight the issue in a list of issues based on its current workflow status." }, "sourceEntity": { "oneOf": [ { "$ref": "#/components/schemas/source-entity-file" }, { "$ref": "#/components/schemas/source-entity-i-model-element" } ], "description": "Origin info. An object linking the issue to an entity outside the Issues service, such as a file in Storage or an element in an iModel, that the issue was created to pertain to." }, "lastModifiedBy": { "type": "string", "description": "The display name of the user who most recently made a change to this issue. Read-only." }, "createdDateTime": { "type": "string", "format": "date-time", "description": "The date and time when this issue was originally created. Read-only." }, "modelEventDateTime": { "type": "string", "format": "date-time", "nullable": true, "description": "The date and time represented in the model where the issue occurred (if in a 4D model)." }, "lastModifiedDateTime": { "type": "string", "format": "date-time", "description": "The date and time when this issue was most recently edited. Read-only." } }, "description": "Contains the full data of this issue. Any property that was never set on the issue will be omitted from the response.", "additionalProperties": false }
Model Pin
Origin info. Associates an issue with a single point in a model that does not necessarily correspond to a model element.
{ "type": "object", "title": "Model Pin", "nullable": true, "properties": { "location": { "$ref": "#/components/schemas/point3D" }, "description": { "type": "string", "nullable": true, "description": "String describing the relevance of the pin's location." } }, "description": "Origin info. Associates an issue with a single point in a model that does not necessarily correspond to a model element.", "additionalProperties": false }
Model View
Origin info. Describes the view that was visible when the issue was created.
{ "type": "object", "title": "Model View", "nullable": true, "properties": { "cameraView": { "$ref": "#/components/schemas/camera" }, "iModelJsView": { "type": "string", "nullable": true, "description": "The ID of a saved view showing the issue." } }, "description": "Origin info. Describes the view that was visible when the issue was created.", "additionalProperties": false }
bounding-box
Origin info. Describes a rectangular-prism-shaped region in a 3D model that the issue pertains to.
{ "type": "object", "nullable": true, "properties": { "lowerLeftPoint3D": { "$ref": "#/components/schemas/point3D" }, "upperRightPoint3D": { "$ref": "#/components/schemas/point3D" } }, "description": "Origin info. Describes a rectangular-prism-shaped region in a 3D model that the issue pertains to.", "additionalProperties": false }
Issue (create)
Sets property values for an issue being newly created.
The ID of the form definition (obtained from the Get project form definitions query) to associate this issue with. The chosen form definition will be used to display the issue in the Issues webapp and other Bentley applications. If no form definition exists in the current project for the issue type you wish to create, please have a project administrator create or import such a form definition using Bentley's Form Designer.
The issue's new workflow status, if applicable.
The date by which an action should be taken on this issue. Applications will use this to determine whether an issue is near due or overdue.
Brief title/description of the issue.
For cases when an issue is assigned to multiple people and/or roles, this lists all of them rather than just the primary assignee.
Detailed description of the issue.
Origin info. An object linking the issue to an entity outside the Issues service, such as a file in Storage or an element in an iModel, that the issue was created to pertain to.
The date and time represented in the model where the issue occurred (if in a 4D model).
{ "type": "object", "title": "Issue (create)", "required": [ "formId" ], "properties": { "formId": { "type": "string", "description": "The ID of the form definition (obtained from the Get project form definitions query) to associate this issue with. The chosen form definition will be used to display the issue in the Issues webapp and other Bentley applications. If no form definition exists in the current project for the issue type you wish to create, please have a project administrator create or import such a form definition using Bentley's Form Designer." }, "status": { "type": "string", "nullable": true, "description": "The issue's new workflow status, if applicable." }, "dueDate": { "type": "string", "format": "date-time", "nullable": true, "description": "The date by which an action should be taken on this issue. Applications will use this to determine whether an issue is near due or overdue." }, "subject": { "type": "string", "nullable": true, "description": "Brief title/description of the issue." }, "assignee": { "$ref": "#/components/schemas/primary-assignee" }, "location": { "$ref": "#/components/schemas/location" }, "modelPin": { "$ref": "#/components/schemas/model-pin" }, "assignees": { "type": "array", "items": { "$ref": "#/components/schemas/secondary-assignee" }, "description": "For cases when an issue is assigned to multiple people and/or roles, this lists all of them rather than just the primary assignee." }, "modelView": { "$ref": "#/components/schemas/model-view" }, "properties": { "$ref": "#/components/schemas/dynamic-object" }, "boundingBox": { "$ref": "#/components/schemas/bounding-box" }, "description": { "type": "string", "nullable": true, "description": "Detailed description of the issue." }, "sourceEntity": { "oneOf": [ { "$ref": "#/components/schemas/source-entity-file" }, { "$ref": "#/components/schemas/source-entity-i-model-element" } ], "description": "Origin info. An object linking the issue to an entity outside the Issues service, such as a file in Storage or an element in an iModel, that the issue was created to pertain to." }, "modelEventDateTime": { "type": "string", "format": "date-time", "nullable": true, "description": "The date and time represented in the model where the issue occurred (if in a 4D model)." } }, "description": "Sets property values for an issue being newly created.", "additionalProperties": false }
DetailedError
Contains error information and an array of more specific errors.
One of a server-defined set of error codes.
The target of the error.
A human-readable representation of the error.
{ "type": "object", "required": [ "code", "message", "details" ], "properties": { "code": { "type": "string", "description": "One of a server-defined set of error codes." }, "target": { "type": "string", "nullable": true, "description": "The target of the error." }, "details": { "type": "array", "items": { "$ref": "#/components/schemas/Error" }, "description": "Optional array of more specific errors." }, "message": { "type": "string", "description": "A human-readable representation of the error." } }, "description": "Contains error information and an array of more specific errors.", "additionalProperties": true }
Error Response
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.
{ "type": "object", "title": "Error Response", "required": [ "error" ], "properties": { "error": { "$ref": "#/components/schemas/Error", "description": "Error information." } }, "description": "Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.", "additionalProperties": false }
Dynamic Object
An object whose properties can vary depending on user customization within the project.
Property values can be:
-
String: Simple text values, dates (ISO 8601 format), or GUIDs. Examples:
- "Simple text"
- "2026-02-03T00:00:00Z"
- "c7d2ea1b-fad8-4fea-9268-f261232b28d1"
-
String (Multi-select fields): For multi-select fields, the value should be a string consisting of all of the selected options, separated by commas with no additional spaces between them. Example:
- "Option1,Option2,Option3"
-
Number: Numeric values (integers or decimals).
-
Boolean: true or false. Boolean values are used for Checkbox controls.
-
Array of objects (Grid controls): Arrays are used exclusively for Grid controls, where each element is an object representing a row in the grid. Example:
- [{"Column1": "Value1", "Column2": 123}, {"Column1": "Value2", "Column2": 456}]
-
Object (Survey Response): An object with a required 'Response' property and optional 'Explanation' property. Example:
- {"Response": "Yes", "Explanation": "Additional details here"}
-
Object (Weather): An object with weather information. Example:
- {"MaxTemp": 76, "MinTemp": 41, "Temperature": 47, "Description": "Sunny", "WindSpeed": 1, "TimeTaken": "2026-02-06T16:46:52Z", "Units": "e", "Icon": "sun"}
Primary Assignee
An object describing the primary user or role assigned to an issue.
The GUID identifying the user or role.
The role's name, or the user's given name and surname, as it should be displayed in an application.
{ "type": "object", "title": "Primary Assignee", "properties": { "id": { "type": "string", "description": "The GUID identifying the user or role." }, "displayName": { "type": "string", "description": "The role's name, or the user's given name and surname, as it should be displayed in an application." } }, "description": "An object describing the primary user or role assigned to an issue.", "additionalProperties": false }
Issue Details (get)
{ "type": "object", "title": "Issue Details (get)", "properties": { "issue": { "$ref": "#/components/schemas/issue-get" } }, "additionalProperties": false }
Secondary Assignee
An object describing one of potentially several users or roles assigned to an issue.
The GUID identifying the user or role.
If true, this is a role; otherwise, it is an individual user.
The role's name, or the user's given name and surname, as it should be displayed in an application.
{ "type": "object", "title": "Secondary Assignee", "properties": { "id": { "type": "string", "description": "The GUID identifying the user or role." }, "isRole": { "type": "boolean", "description": "If true, this is a role; otherwise, it is an individual user." }, "displayName": { "type": "string", "description": "The role's name, or the user's given name and surname, as it should be displayed in an application." } }, "description": "An object describing one of potentially several users or roles assigned to an issue.", "additionalProperties": false }
source-entity-file
Represents a file in Storage about which an issue was created.
ID used to identify the file in the Storage API.
Name of the file, including extension.
ID of the folder containing the file in the Storage API.
{ "type": "object", "required": [ "storageFile" ], "properties": { "storageFile": { "type": "object", "required": [ "fileId", "folderId" ], "properties": { "fileId": { "type": "string", "description": "ID used to identify the file in the Storage API." }, "fileName": { "type": "string", "nullable": true, "description": "Name of the file, including extension." }, "folderId": { "type": "string", "description": "ID of the folder containing the file in the Storage API." } }, "description": "The info about the file.", "additionalProperties": false } }, "description": "Represents a file in Storage about which an issue was created.", "additionalProperties": false }
Detailed Error Response
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.
{ "type": "object", "title": "Detailed Error Response", "required": [ "error" ], "properties": { "error": { "$ref": "#/components/schemas/DetailedError", "description": "Error Detailed information." } }, "description": "Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.", "additionalProperties": false }
source-entity-links-file
Links to retrieve the related file, and the folder that contains it, from the Storage API.
{ "type": "object", "required": [ "folder", "file" ], "properties": { "file": { "$ref": "#/components/schemas/link" }, "folder": { "$ref": "#/components/schemas/link" } }, "description": "Links to retrieve the related file, and the folder that contains it, from the Storage API.", "additionalProperties": false }
source-entity-i-model-element
Represents an element in an iModel about which an issue was created.
ID of the iModel containing the element, as it exists in the iModels API.
ID of the element. Can be a hexadecimal numeric string (space-separated to include multiple elements) or a presentation key.
Name of the model.
ID of the changeset where the issue was created.
{ "type": "object", "nullable": true, "required": [ "iModelElement" ], "properties": { "iModelElement": { "type": "object", "required": [ "modelId", "elementId", "changeSetId", "modelName" ], "properties": { "modelId": { "type": "string", "description": "ID of the iModel containing the element, as it exists in the iModels API." }, "elementId": { "type": "string", "description": "ID of the element. Can be a hexadecimal numeric string (space-separated to include multiple elements) or a presentation key." }, "modelName": { "type": "string", "description": "Name of the model." }, "changeSetId": { "type": "string", "description": "ID of the changeset where the issue was created." } }, "description": "The info about the element.", "additionalProperties": false } }, "description": "Represents an element in an iModel about which an issue was created.", "additionalProperties": false }
source-entity-links-i-model-element
Links to retrieve the related element's specific changeset, or iModel in general, from the iModels API.
{ "type": "object", "nullable": true, "required": [ "iModel", "iModelChangeset" ], "properties": { "iModel": { "$ref": "#/components/schemas/link" }, "iModelChangeset": { "$ref": "#/components/schemas/link" } }, "description": "Links to retrieve the related element's specific changeset, or iModel in general, from the iModels API.", "additionalProperties": false }
Was this page helpful?