Skip to content

Instantly share code, notes, and snippets.

View NickLambellGCH's full-sized avatar

Nick Lambell NickLambellGCH

View GitHub Profile
@NickLambellGCH
NickLambellGCH / README.md
Last active April 15, 2024 06:49 — 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