...
Github Entity | Description |
---|---|
Issues | Issues can be bugs, enhancements, change requests or any other requests related to the repository |
Comments | Its a thread of discussion on a issues. Each issue can have multiple comments and each comment can have multiple attachments in it. |
Attachments | Attachments can be attached to comments only and the contents of the description are marked as first comment on the issue |
Assignee | User account to which the issue is assigned |
Projects | Github also has somethings called as projects which at first may look synonymous to projects in Jira but is is not. A single Github repository can have multiple projects and projects in Github are similar to boards in Jira. The confusion arises may arise due to the naming convention used over here. |
Milestones | These are similar to sprints in Jira with their own start and end date |
Labels | These are similar to labels in JIRA(multi select control) |
Users | Users are nothing but accounts to which issues can be assigned |
...