1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GitHub Issues を一括登録する

Last updated at Posted at 2025-09-08

前提

パッケージを使います。以上。

手順

  1. パッケージのインストール
  2. 登録するCSV作成
  3. GitHubトークン取得
  4. 実行

github-csv-tools

インストール

npm install -g github-csv-tools

CSVフォーマット

title,body
aaa_title,aaa_body
bbb_title,bbb_body
ccc_title,bbb_body

CSVフォーマット(オプションつき)

title,body,labels
aaa_title,aaa_body,aaa_labels
bbb_title,bbb_body,bbb_labels
ccc_title,bbb_body,ccc_labels

他にもあるよ

GitHub トークン取得

実行コマンド

# Import
githubCsvTools {ファイル名} 

# Export
githubCsvTools

入力

Token (get from https://github.com/settings/tokens): 
User or organization: 
Repository:

スクリーンショット_2025-09-08_18_22_16.png

以上!

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?