Skip to content

Commit

Permalink
[tasks] for comment add new column links
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed May 7, 2024
1 parent a101bca commit 2ac96f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gazu/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ def add_comment(
checklist=[],
attachments=[],
created_at=None,
links=[],
client=default,
):
"""
Expand All @@ -804,6 +805,7 @@ def add_comment(
checklist (list): Comment checklist
attachments (list[file_path]): Attachments file paths
created_at (str): Comment date
links (list): List of links to add to the comment
Returns:
dict: Created comment.
Expand Down

0 comments on commit 2ac96f2

Please sign in to comment.