create_issue
imerit_ango.sdk.SDK.
create_issue(task_id, content, position)
Opens an issue to the specified task, with given content on the given position.
Parameters
task_id: string
ID of the task to be assigned. Task IDs can be obtained from the UI and from get_tasks.
Example:
'0000000aa0a00a0000aaaa0a'
content: string
The text content of the issue.
Example:
'The bounding box here should reach the edges.'
position: List[integer]
Position, in pixel, of where the issue should be placed on the image asset.
Example:
[25, 15]
Returns:
output: dict
Example
See also
Last updated