Tutorial: Create Issue with Bytebase API
| Issue Endpoint | POST /v1/projects/-/issues |
Issue drives the database operations in Bytebase. The issue contains following info:
- Issue metadata. e.g
titleanddescription. - Plan. Contain one or multiple change statements and dictate how they are grouped and ordered. The plan layouts how to execute the change statements.
- Sheet. Plan references change statements via the
Sheetobject. EachSheetcontains one or more change statements. - Step. Plan orchestrates the order via
Step. EachStepspecifies one or more changes units. A change unit specifies the SQL statements viaSheetand the target database.
- Sheet. Plan references change statements via the
- Rollout. The actual execution of the plan.

