get_issues
Last updated
Last updated
imerit_ango.sdk.SDK.
Retrieve issues of a project
project_id: string
The unique identifier for the project. You can find the project ID in or retrieve it using the function.
asset_id: string, default None
The unique identifier for the asset. You can find the asset ID in or retrieve it using the function. You can use this parameter to filter issues according to a specific asset in the project.
task_id: string, default None
The unique identifier for the task. You can find the asset ID in or retrieve it using the function. You can use this parameter to filter issues according to a specific task in the project.
stage_id: string, default None
The unique identifier for the stage. You can retrieve the stage ID using the function. You can use this parameter to filter issues according to a specific stage in the project.
created_by: string, default None
Email address of the user who created the issues. This parameter can be used to filter the issues based on the creator.
Example: 'user@example.com'
Returns:
output: dict
,