planedrop/config.yaml.example
2026-03-02 15:41:59 +03:00

20 lines
956 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"