refactor(mapping): create status closed for tasks_completed
This commit is contained in:
		@@ -52,7 +52,7 @@ def get_task_status(task):
 | 
			
		||||
    """ Получение данных о статусе задачи """
 | 
			
		||||
 | 
			
		||||
    if task.get('completed') is True:
 | 
			
		||||
        status = 'resolved'
 | 
			
		||||
        status = 'closed'
 | 
			
		||||
        completed_at = task.get('completed_at', '')
 | 
			
		||||
    else:
 | 
			
		||||
        status = 'open'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user