fix: populate put columns on first run
This commit is contained in:
parent
949a3c97ae
commit
b4481dc92f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class TicketSharepointSyncInterface:
|
|||
|
||||
# 2. Transform tasks according to task_sync_definition
|
||||
audit_log.append("Step 2: Transforming JIRA data...")
|
||||
transformed_tasks = self._transform_tasks(tickets, include_put=False)
|
||||
transformed_tasks = self._transform_tasks(tickets, include_put=True)
|
||||
jira_data = [task.data for task in transformed_tasks]
|
||||
audit_log.append(f"JIRA issues transformed: {len(jira_data)}")
|
||||
audit_log.append("")
|
||||
|
|
|
|||
Loading…
Reference in a new issue