Update app.py
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ async def create_task(request: Request):
|
|
| 159 |
space_id = new_task.get("space", {}).get("id")
|
| 160 |
|
| 161 |
print("✅ Task created from template:", new_task_id)
|
| 162 |
-
print(f"Space id is {space_id")
|
| 163 |
|
| 164 |
# ➕ Prepare the update payload to add the assignee and duedate to the created task from template
|
| 165 |
update_payload = {
|
|
|
|
| 159 |
space_id = new_task.get("space", {}).get("id")
|
| 160 |
|
| 161 |
print("✅ Task created from template:", new_task_id)
|
| 162 |
+
print(f"Space id is {space_id}")
|
| 163 |
|
| 164 |
# ➕ Prepare the update payload to add the assignee and duedate to the created task from template
|
| 165 |
update_payload = {
|