◦ 作業時点ではそもそも Cursor 上でエラーが出て進まなかったが、5/14時点で動 作はするようになった。ただし生成精度が圧倒的に落ちる # Notionの使い方 - UserStoryを参照する際は、Backlogを検索するようにしてください - BacklogのデータベースIDは `xxxxxxxxxxxxxxxxx` です - フィルターは以下のように設定してください ``` "filter": { "and": [ { "property": "team", "select": { "equals": "xxxxxxx" } }, { "property": "Status", "status": { "does_not_equal": "Backlog" } } ] } ```