package
1.0.5
Repository: https://github.com/indeedeng/issue-sync.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

CompareComments takes a GitHub issue, and retrieves all of its comments.
CompareIssues gets the list of GitHub issues updated since the `since` date, gets the list of JIRA issues which have GitHub ID custom fields in that list, then matches each one.
CreateIssue generates a JIRA issue from the various fields on the given GitHub issue, then sends it to the JIRA API.
DidIssueChange tests each of the relevant fields on the provided JIRA and GitHub issue and returns whether or not they differ.
UpdateComment compares the body of a GitHub comment with the body (minus header) of the JIRA comment, and updates the JIRA comment if necessary.
UpdateIssue compares each field of a GitHub issue to a JIRA issue; if any of them differ, the differing fields of the JIRA issue are updated to match the GitHub issue.