You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/v3/issues.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Name | Type | Description
93
93
`title`|`string` | **Required**. The title of the issue.
94
94
`body`|`string` | The contents of the issue.
95
95
`assignee`|`string` | Login for the user that this issue should be assigned to. _NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise._
96
-
`milestone`|`number` | Milestone to associate this issue with or ```null``` to remove current. _NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise._
96
+
`milestone`|`number` | Milestone to associate this issue with. _NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise._
97
97
`labels`|`array` of `strings` | Labels to associate with this issue. _NOTE: Only users with push access can set labels for new issues. Labels are silently dropped otherwise._
98
98
99
99
#### Example
@@ -125,7 +125,7 @@ Name | Type | Description
125
125
`body`|`string` | The contents of the issue.
126
126
`assignee`|`string` | Login for the user that this issue should be assigned to.
127
127
`state`|`string` | State of the issue. Either `open` or `closed`.
128
-
`milestone`|`number` | Milestone to associate this issue with. _NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise._
128
+
`milestone`|`number` | Milestone to associate this issue with or `null` to remove current. _NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise._
129
129
`labels`|`array` of `strings` | Labels to associate with this issue. Pass one or more Labels to _replace_ the set of Labels on this Issue. Send an empty array (`[]`) to clear all Labels from the Issue. _NOTE: Only users with push access can set labels for issues. Labels are silently dropped otherwise._
0 commit comments