Project
TaskIssues
TaskIssues Objects
add_file_issue
Adds a file issue.
Arguments:
comment
str - The comment for the issue.issue_tags
List[str] - The issue tags for the issue.
add_frame_issue
Adds a frame issue.
Arguments:
frame_index
int - The index of the frame to add the issue to.comment
str - The comment for the issue.issue_tags
List[str] - The issue tags for the issue.
add_coordinate_issue
Adds a issue pinned to a coordinate.
Arguments:
frame_index
int - The index of the frame to add the issue to.x
float - The x coordinate of the issue.y
float - The y coordinate of the issue.comment
str - The comment for the issue.issue_tags
List[str] - The issue tags for the issue.