3
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?

More than 1 year has passed since last update.

GithubでTodo管理をしている方向け:issueを自動的にProjectに追加する方法

Last updated at Posted at 2023-04-13

目的

Githubのissues×Projectでタスク管理をされている方向けに、自動的に対象Projectにissueを追加する方法を記載

従来の課題

  • issueを起案する際に、自動的にProjectがセットされない
  • 故に、手動でProjectをつける必要があり、毎回となると割と手間

従来の課題(capture)

  • 自動的にProjectがセットされてほしいが、通常は手動選択
  • 対応策として、.githubフォルダにcustom.mdファイルを起き、自動的にセッティングする手法もあったが、現在では使えない模様

例)
image.png

Sol:Projectのworkflowを利用して条件がマッチするissueを自動的にprojectに追加する

手順

  1. 対象のProjectには入る
  2. Workflowsを押下
  3. Auto-add to projectを押下
  4. Editを押下
  5. is:issue,pr is:openを入力-> Openなissueを自動的にProjectに追加する意味
  6. Save and turn on workflowsを押下

以上の手順で、次回のissue起票から自動的に対象のProjectにissueが追加されるようになります。

image.png

image.png

image.png

image.png

3
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
3
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?