Commit 3503d8c9 authored by Mario Celi's avatar Mario Celi

MilestoneWildcardIdEnum upcoming description matches behavior

parent 37d45e06
...@@ -8,6 +8,6 @@ module Types ...@@ -8,6 +8,6 @@ module Types
value 'NONE', 'No milestone is assigned.' value 'NONE', 'No milestone is assigned.'
value 'ANY', 'Milestone is assigned.' value 'ANY', 'Milestone is assigned.'
value 'STARTED', 'Milestone assigned is open and started (start date <= today).' value 'STARTED', 'Milestone assigned is open and started (start date <= today).'
value 'UPCOMING', 'Milestone assigned is due closest in the future (due date > today).' value 'UPCOMING', 'Milestone assigned is due in the future (due date > today).'
end end
end end
...@@ -15932,7 +15932,7 @@ Milestone ID wildcard values. ...@@ -15932,7 +15932,7 @@ Milestone ID wildcard values.
| <a id="milestonewildcardidany"></a>`ANY` | Milestone is assigned. | | <a id="milestonewildcardidany"></a>`ANY` | Milestone is assigned. |
| <a id="milestonewildcardidnone"></a>`NONE` | No milestone is assigned. | | <a id="milestonewildcardidnone"></a>`NONE` | No milestone is assigned. |
| <a id="milestonewildcardidstarted"></a>`STARTED` | Milestone assigned is open and started (start date <= today). | | <a id="milestonewildcardidstarted"></a>`STARTED` | Milestone assigned is open and started (start date <= today). |
| <a id="milestonewildcardidupcoming"></a>`UPCOMING` | Milestone assigned is due closest in the future (due date > today). | | <a id="milestonewildcardidupcoming"></a>`UPCOMING` | Milestone assigned is due in the future (due date > today). |
### `MoveType` ### `MoveType`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment