[Feature] [API] Check If user is subscribed to specific Issue #5187

Closed
opened 2025-11-02 06:17:15 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @6543 on GitHub (Apr 4, 2020).

similar to https://gitea.com/api/swagger#/repository/userCurrentCheckSubscription
but for a single issue

Gitea Version: 1.12.0+dev-72-g2c25e75dc

Originally created by @6543 on GitHub (Apr 4, 2020). similar to https://gitea.com/api/swagger#/repository/userCurrentCheckSubscription but for a single issue Gitea Version: 1.12.0+dev-72-g2c25e75dc
Author
Owner

@6543 commented on GitHub (Apr 4, 2020):

  • GH has no direct API endpoint
  • GET ​/repos​/{owner}​/{repo}​/issues​/{index}​/subscriptions​ already taken (return list of subscribers)

Proposal:

-> GET ​/repos​/{owner}​/{repo}​/issues​/{index}​/subscriptions​/{user} -> WatchInfo

@6543 commented on GitHub (Apr 4, 2020): * GH has no direct API endpoint * `GET ​/repos​/{owner}​/{repo}​/issues​/{index}​/subscriptions​` already taken (return list of subscribers) ### Proposal: -> `GET ​/repos​/{owner}​/{repo}​/issues​/{index}​/subscriptions​/{user}` -> WatchInfo
Author
Owner

@6543 commented on GitHub (Apr 5, 2020):

cange api to GET ​/repos​/{owner}​/{repo}​/issues​/{index}​/subscriptions​/check because of privacy

@6543 commented on GitHub (Apr 5, 2020): cange api to `GET ​/repos​/{owner}​/{repo}​/issues​/{index}​/subscriptions​/check` because of privacy
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5187