Skip to content

Commit

Permalink
docs(issues): add admin, project owner hint
Browse files Browse the repository at this point in the history
Closes #1101
  • Loading branch information
max-wittig committed Oct 12, 2020
1 parent 3a38c6d commit 609c03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/issues.rst
Expand Up @@ -127,7 +127,7 @@ Close / reopen an issue::
issue.state_event = 'reopen'
issue.save()

Delete an issue::
Delete an issue (admin or project owner only)::

project.issues.delete(issue_id)
# pr
Expand Down

0 comments on commit 609c03b

Please sign in to comment.