Skip to content

Commit e5b047d

Browse files
authored
Merge pull request #1211 from python-gitlab/docs/admin-project-owner
docs(issues): add admin, project owner hint
2 parents 53b4c2f + 609c03b commit e5b047d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/issues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Close / reopen an issue::
127127
issue.state_event = 'reopen'
128128
issue.save()
129129

130-
Delete an issue::
130+
Delete an issue (admin or project owner only)::
131131

132132
project.issues.delete(issue_id)
133133
# pr

0 commit comments

Comments
 (0)