Souvikns / Notion-Board

Sync GitHub issue to you notion database.
Apache License 2.0
22 stars 10 forks source link

Should have a way to sync values to custom properties #58

Open Souvikns opened 2 years ago

Souvikns commented 2 years ago

In my workflow I use Notion to track and plan my work, I have one database where all my work-related data goes and I use project property of type select to create separate views for my different projects. I would like to sync issues to my project with a custom property of Project of type select and pass in a value of my choice. This way I can sync issues from multiple GitHub repos to one Notion database.

DavidMc2021 commented 2 years ago

Are you able to have multiple Repo's sync to the same notion db board? How would this work?

Souvikns commented 2 years ago

Are you able to have multiple Repo's sync to the same notion db board? How would this work?

You can have separate workflows that would push issues into the same database by creating workflows into different repos but have the same database ID, but my use case is a bit different.

I am thinking of building this. I have this set up in Notion that I have one large database where all my tasks go. In that database, I have a Project property which I use to create separate views to filter tasks according to the different projects I am maintaining. If I can just specify a custom property value this would be very beneficial to me. So I can reuse the same workflow for multiple repos and only specify the Project property to have different values according to my repo name and then use notion filters to do the rest.