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
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
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
@@ -127,8 +127,8 @@ Name | Type | Description
127
127
`body`|`string` | The contents of the issue.
128
128
`assignee`|`string` | Login for the user that this issue should be assigned to.
129
129
`state`|`string` | State of the issue. Either`open` or`closed`.
130
-
`milestone`|`number` | Milestone to associate this issue with._NOTE: Only users with push access can set the milestone fornewissues. The milestone is silently dropped otherwise._
131
-
`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 fornewissues. Labels are silently dropped otherwise._
130
+
`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._
131
+
`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._