Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Can't seem to close an issue #188

@twhiting

Description

@twhiting
print git.editissue(chosen_Project, j, state_event="close")
print git.editissue(chosen_Project, j, state='closed')
print git.editissue(chosen_Project, j, **{'state_event' : "close"})
print git.editissue(chosen_Project, j, **{'state' : "closed"})

The API wrapper is working great for me except I can't seem to close an issue. Each line of the code above returns false & from what I understand lines 1 & 3 should be working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions