Milestones
Milestones defined in the Issue Tracker.
View Specific Information
Select
The driver uses the Bitbucket API to process WHERE clause conditions built with the below columns. Filtering on other columns is processed client-side within the driver.
- Name
The driver uses the Bitbucket API to process ORDER BY clause conditions built with the below columns. Sorting on other columns is processed client-side within the driver.
- Name
For example, the following query is processed server side:
SELECT * FROM Milestones WHERE Name='M1'
Columns
Name | Type | References | Description |
Name [KEY] | String | Name of the milestone. |