|
3897 | 3897 | } |
3898 | 3898 | ] |
3899 | 3899 | }, |
| 3900 | + { |
| 3901 | + "name": "viewerCanAssign", |
| 3902 | + "description": "<p>Indicates if the viewer can edit assignees for this object.</p>", |
| 3903 | + "type": "Boolean!", |
| 3904 | + "id": "boolean", |
| 3905 | + "href": "/graphql/reference/other#scalar-boolean" |
| 3906 | + }, |
3900 | 3907 | { |
3901 | 3908 | "name": "viewerCanClose", |
3902 | 3909 | "description": "<p>Indicates if the object can be closed by the viewer.</p>", |
|
3939 | 3946 | "id": "boolean", |
3940 | 3947 | "href": "/graphql/reference/other#scalar-boolean" |
3941 | 3948 | }, |
| 3949 | + { |
| 3950 | + "name": "viewerCanSetMilestone", |
| 3951 | + "description": "<p>Indicates if the viewer can edit the milestone of the issue.</p>", |
| 3952 | + "type": "Boolean!", |
| 3953 | + "id": "boolean", |
| 3954 | + "href": "/graphql/reference/other#scalar-boolean" |
| 3955 | + }, |
3942 | 3956 | { |
3943 | 3957 | "name": "viewerCanSubscribe", |
3944 | 3958 | "description": "<p>Check if the viewer is able to change their subscription status for the repository.</p>", |
3945 | 3959 | "type": "Boolean!", |
3946 | 3960 | "id": "boolean", |
3947 | 3961 | "href": "/graphql/reference/other#scalar-boolean" |
3948 | 3962 | }, |
| 3963 | + { |
| 3964 | + "name": "viewerCanType", |
| 3965 | + "description": "<p>Check if the current viewer can set the issue type of this issue.</p>", |
| 3966 | + "type": "Boolean", |
| 3967 | + "id": "boolean", |
| 3968 | + "href": "/graphql/reference/other#scalar-boolean" |
| 3969 | + }, |
3949 | 3970 | { |
3950 | 3971 | "name": "viewerCanUpdate", |
3951 | 3972 | "description": "<p>Check if the current viewer can update this object.</p>", |
3952 | 3973 | "type": "Boolean!", |
3953 | 3974 | "id": "boolean", |
3954 | 3975 | "href": "/graphql/reference/other#scalar-boolean" |
3955 | 3976 | }, |
| 3977 | + { |
| 3978 | + "name": "viewerCanUpdateMetadata", |
| 3979 | + "description": "<p>Check if the viewer has triage-level (or higher) access to update this issue's\nmetadata. Note: this reflects the viewer's base repository role and does not\naccount for individual fine-grained permissions granted via custom repository roles.</p>", |
| 3980 | + "type": "Boolean", |
| 3981 | + "id": "boolean", |
| 3982 | + "href": "/graphql/reference/other#scalar-boolean" |
| 3983 | + }, |
3956 | 3984 | { |
3957 | 3985 | "name": "viewerCannotUpdateReasons", |
3958 | 3986 | "description": "<p>Reasons why the current viewer can not update this comment.</p>", |
|
8654 | 8682 | } |
8655 | 8683 | } |
8656 | 8684 | ] |
| 8685 | + }, |
| 8686 | + { |
| 8687 | + "name": "viewerCanAssign", |
| 8688 | + "description": "<p>Indicates if the viewer can edit assignees for this object.</p>", |
| 8689 | + "type": "Boolean!", |
| 8690 | + "id": "boolean", |
| 8691 | + "href": "/graphql/reference/other#scalar-boolean" |
8657 | 8692 | } |
8658 | 8693 | ], |
8659 | 8694 | "category": "issues" |
|
0 commit comments