Permissions required: bb.issues.list
The project id.
The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 10 issues will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
A page token, received from a previous ListIssues
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListIssues
must match
the call that provided the page token.
Filter is used to filter issues returned in the list. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec
Supported filters:
For example: creator == "users/ed@bytebase.com" && status in ["OPEN", "DONE"] status == "CANCELED" && type == "DATABASE_CHANGE" instance == "instances/sample" && labels in ["label1", "label2"] has_pipeline == true && create_time >= "2025-01-02T15:04:05Z07:00"
Query is the query statement.
OK
The response is of type object
.
Permissions required: bb.issues.list
The project id.
The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 10 issues will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
A page token, received from a previous ListIssues
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListIssues
must match
the call that provided the page token.
Filter is used to filter issues returned in the list. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec
Supported filters:
For example: creator == "users/ed@bytebase.com" && status in ["OPEN", "DONE"] status == "CANCELED" && type == "DATABASE_CHANGE" instance == "instances/sample" && labels in ["label1", "label2"] has_pipeline == true && create_time >= "2025-01-02T15:04:05Z07:00"
Query is the query statement.
OK
The response is of type object
.