20 lines
956 B
Plaintext
20 lines
956 B
Plaintext
plane_url: https://your-plane-instance.com
|
||
workspace_slug: your-workspace
|
||
project_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||
api_key: your-api-key-here
|
||
|
||
# Optional: session-id cookie value from your browser (DevTools → Application → Cookies).
|
||
# Used to fetch estimate point UUIDs from Plane's internal API, since the public /api/v1/
|
||
# endpoint does not expose them. If omitted, the вес (weight) column is skipped.
|
||
# Note: session cookies expire; refresh this value if you get authentication errors.
|
||
plane_session: your-session-id-cookie-value-here
|
||
|
||
# Map Notion Status values (exact text, including emoji) to Plane state names.
|
||
# Run: GET /api/v1/workspaces/<slug>/projects/<id>/states/ to see your state names.
|
||
status_mapping:
|
||
"На проверке 👀": "In Review"
|
||
"Готово ✅": "Done"
|
||
"в работе 🔨": "In Progress"
|
||
"Общие идеи (задачи) 📋": "Backlog"
|
||
"Утверждённые задачи 📝": "Todo"
|