Milestones
Milestones defined in the Issue Tracker.
View Specific Information
Select
The add-in uses the Bitbucket API to process WHERE clause conditions built with the below columns. Filtering on other columns is processed client-side within the add-in.
- Name
The add-in 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 add-in.
- 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. |