def convert_latest_comments()

in migration/src/migrate_latest_comments.py [0:0]


def convert_latest_comments(
    num: int, 
    dump_dir: Path, 
    after: str,
    account_map: dict[str, str], 
    jira_users: dict[str, str], 
    att_repo: str,
    att_branch: str,
    logger: Logger