Skip to content

Edit issue should work with IssueNumber instead of Id Issue #428

Closed
@vrom911

Description

@vrom911

As per the specifications, the endpoint should contain the issue number, not the issue ID.

Currently, editIssueR has the following type:

editIssueR :: Name Owner -> Name Repo -> Id Issue -> EditIssue -> Request 'RW Issue

I propose to change it to:

editIssueR :: Name Owner -> Name Repo -> IssueNumber -> EditIssue -> Request 'RW Issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions