{"id":18291187,"url":"https://github.com/rhecosystemappeng/jira-sync","last_synced_at":"2025-04-09T07:49:38.500Z","repository":{"id":73675495,"uuid":"480797449","full_name":"RHEcosystemAppEng/jira-sync","owner":"RHEcosystemAppEng","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-01T11:04:16.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T02:15:23.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RHEcosystemAppEng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-12T12:18:28.000Z","updated_at":"2022-06-09T13:56:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b82f9d1f-8300-4edb-ae11-811bbc5f6bcc","html_url":"https://github.com/RHEcosystemAppEng/jira-sync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RHEcosystemAppEng%2Fjira-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RHEcosystemAppEng%2Fjira-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RHEcosystemAppEng%2Fjira-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RHEcosystemAppEng%2Fjira-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RHEcosystemAppEng","download_url":"https://codeload.github.com/RHEcosystemAppEng/jira-sync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999840,"owners_count":21031044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T14:13:27.535Z","updated_at":"2025-04-09T07:49:38.479Z","avatar_url":"https://github.com/RHEcosystemAppEng.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atlassian JIRA synchronizer ↔️\n\n![JIRA logo](./doc/img/jira_logo.png)\n\nSimple JIRA issue synchronizer. This program can only sync issues from a \ndefined source JIRA platform to a defined target JIRA platform.\n\n### Features\n\n- Create missing issues in target JIRA platform ✅\n- Link newly created issue to source JIRA issue ✅\n- Copy comments from source JIRA to newly created issue/ existing linked issue ✅\n- Map issue state to defined state in the config.json ✅\n- Assigned issues to relevant users ❌\n\n### Configurations\n\n- Following environment variables are required\n\n| Env variable name | Example value |\n| --- | --- |\n| `SOURCE_JIRA_URL` | `https://issues.redhat.com` |\n| `TARGET_JIRA_URL` | `https://jira.abc.com` |\n| `SOURCE_JIRA_TOKEN` | `xxxx` |\n| `TARGET_JIRA_USERNAME` | `jnirosha@abc.com` |\n| `TARGET_JIRA_TOKEN` | `xxxx` |\n| `TARGET_JIRA_PROJECT_CODE` | `CEP` |\n| `SOURCE_JQL` | `project = \"Ecosystem Application Engineering\" AND component = ABC` |\n| `TARGET_JQL` | `project = Team-CNI` |\n\n- Program expects that when creating \"Epic\" type of issues, it requires \n  a custom type (Epic Name) to be visible on the issue creation page.\n\n### How to run\n\nUse the JQL expressions to narrow down the issue search as much as possible. \nIt will help to run the program faster with less memory footprint. \n\n#### Local machine\n\n- Build the project using `npm install`\n- Set the required environment variables with correct values\n- Run the program using `node app.js`\n\n### deploy with helm\n\n- go to deploy/jira-sync\n- open the values file and configiure according to the comments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhecosystemappeng%2Fjira-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhecosystemappeng%2Fjira-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhecosystemappeng%2Fjira-sync/lists"}