Skip to content

Instantly share code, notes, and snippets.

@juanpciceri
juanpciceri / README.md
Created June 8, 2023 17:36 — forked from mukhortov/README.md
Migrate GitHub issues with comments and labels to Jira

Migrate GitHub issues with comments and labels to Jira

Set up the environment

  1. Instal Deno. It's a secure runtime for JavaScript and TypeScript.
  2. Generate a personal access token for GitHub. And save it to ~/.github-oauth. You can use the following command to save it:
    echo generated_github_personal_access_token_goes_here > ~/.github-oauth