I’m trying to access the Tasks Description field via the API. I managed to get it to work for Epics but not Tasks.
Query Epic descriptions from Epics board
if epic_ids:desc_query = f’‘’query {{boards(ids: [{epics_board_id}]) {{items_page(query_params: {{ids: [{', '.join(epic_ids)}]}}) {{items {{iddescription {{blocks {{content}}}}}}}}}}}}