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