Skip to content

Issues Subscription different Types #8852

Closed
@6543

Description

@6543

Migrate to new Types

current: true (1), false(0)

aim: IssueWatchModeNone, IssueWatchModeNormal, IssueWatchModeDont, IssueWatchModeAuto

ToDo

  • DB migration
  • Update Related code
  • new Function to get Types
  • extend subscription API
    GET /repos/{owner}/{repo}/issues/{index}/subscriptions/{user}
  • ignore issue if unsubscribed but repowatch

Notes

IssueWatchModeNone = not watching / no DB entry
IssueWatchModeNormal = subscribed to issue (manualy)
IssueWatchModeDont = explisit unsubscribe
IssueWatchModeAuto = subscribed by automation (write a comment at this issue)

RepoWatch should respect IssueWatchModeDont in future ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementAn improvement of existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions