ODBC Driver for Bitbucket

Build 24.0.9060

ProjectDefaultReviewers

Default reviewers for a project.

Table Specific Information

Select

All filtering must be processed client-side within the driver.

All sorting must be processed client-side within the driver.

A sample query is included below:

SELECT * FROM ProjectDefaultReviewers

Insert

To create a new default user, you must specify the UserUUID field.

A sample INSERT is included below:

INSERT INTO ProjectDefaultReviewers (UserUUID) VALUES ('{7df2c110-13fb-4ddd-b0cb-9f425f72fafe}')

Update

UPDATEs are not supported for this table.

Delete

A sample DELETE is included below:

DELETE FROM ProjectDefaultReviewers WHERE UserUUID='{7df2c110-13fb-4ddd-b0cb-9f425f72fafe}'

Columns

Name Type ReadOnly References Description
UserUUID [KEY] String False

The default reviewer's account uuid.

UserName String True

The default reviewer's account display name.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060