# jira-github-issue-sync **Repository Path**: happywzy/jira-github-issue-sync ## Basic Information - **Project Name**: jira-github-issue-sync - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-07 - **Last Updated**: 2021-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jira-github-issue-sync ====================== Syncs jira's stories/sprints to github's milestones/issues. ### Install ``` npm install -g sync-jira-github ``` ### Run You need to create a _json_ file with github and jira confiurations. Then you can run: ``` sync-jira-github project.json ``` You have an example at [project-example.json](https://github.com/weareswat/jira-github-issue-sync/blob/master/project-example.json).