Forgejo issue API
The issue API from Forgejo — 33 operation(s) for issue.
Operations 67
POST
/repos/{owner}/{repo}/issues
Create an issue. If using deadline only the date will be taken into account, and time of day ignored.
#
DELETE
/repos/{owner}/{repo}/issues/comments/{id}/assets/{attachment_id}
Delete a comment attachment
#
GET
/repos/{owner}/{repo}/issues/comments/{id}/reactions
Get a list of reactions from a comment of an issue
#
DELETE
/repos/{owner}/{repo}/issues/comments/{id}/reactions
Remove a reaction from a comment of an issue
#
PATCH
/repos/{owner}/{repo}/issues/{index}
Edit an issue. If using deadline only the date will be taken into account, and time of day ignored.
#
POST
/repos/{owner}/{repo}/issues/{index}/blocks
Block the issue given in the body by the issue in path
#
DELETE
/repos/{owner}/{repo}/issues/{index}/blocks
Unblock the issue given in the body by the issue in path
#
POST
/repos/{owner}/{repo}/issues/{index}/deadline
Set an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored.
#
GET
/repos/{owner}/{repo}/issues/{index}/dependencies
List an issue's dependencies, i.e all issues that block this issue.
#
POST
/repos/{owner}/{repo}/issues/{index}/dependencies
Make the issue in the url depend on the issue in the form.
#
DELETE
/repos/{owner}/{repo}/issues/{index}/stopwatch/delete
Delete an issue's existing stopwatch.
#
GET
/repos/{owner}/{repo}/issues/{index}/subscriptions/check
Check if user is subscribed to an issue
#