Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Issue struct stores string key instead of int number #61

@jtuttle

Description

@jtuttle

If we ever integrate with different issue tracking systems (like Jira), the key for an issue won't necessarily be a number like it is in GitHub. Jira issues, for example, are of the form ABC-123, so it will have to be a string. We should probably store the GitHub issue number as a string and just convert it to an int when needed to interface w/ the GitHub API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions