Skip to content

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

@6543

Description

@6543
Member

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

Gitea Version: 1.12.0+dev-72-g2c25e75dc

Activity

6543

6543 commented on Apr 4, 2020

@6543
MemberAuthor
  • 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

6543 commented on Apr 5, 2020

@6543
MemberAuthor

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

added a commit that references this issue on Apr 21, 2020
bb4261a
added a commit that references this issue on Jul 31, 2020
a39fc7b
locked and limited conversation to collaborators on Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @6543

      Issue actions

        [Feature] [API] Check If user is subscribed to specific Issue · Issue #10962 · go-gitea/gitea