Issues
Objects
Every object and enum the Issues tools accept.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every object and enum the Issues tools accept.
| Field | Type | Description |
|---|---|---|
title * | string | The title of the issue. |
body | string | The contents of the issue. |
milestone | integer | string | The number of the milestone to associate this issue with. |
labels | string[] | Labels to associate with this issue. Pass label names, not IDs. |
assignees | string[] | Logins for Users to assign to this issue. |
| Field | Type | Description |
|---|---|---|
title | string | The title of the issue. |
body | string | The contents of the issue. |
state | PullUpdateState | The open or closed state of the issue. |
stateReason | StateReason | The reason for the state change. Ignored unless state is changed. |
milestone | integer | string | The number of the milestone to associate this issue with. Set to null to remove the current milestone. |
labels | string[] | Labels to associate with this issue. Pass one or more label names to replace the set of labels on this issue. |
assignees | string[] | Usernames to assign to this issue. Pass one or more user logins to replace the set of assignees on this issue. |
| Field | Type | Description |
|---|---|---|
body * | string | The contents of the comment. |
| Value |
|---|
asc |
desc |
| Value |
|---|
assigned |
created |
mentioned |
subscribed |
repos |
all |
| Value |
|---|
created |
updated |
comments |
| Value |
|---|
open |
closed |
all |
| Value |
|---|
off-topic |
too heated |
resolved |
spam |
| Value |
|---|
due_on |
completeness |
| Value |
|---|
completed |
not_planned |
duplicate |
reopened |
| Value |
|---|
open |
closed |
Was this page helpful?