For the complete documentation index, see llms.txt. This page is also available as Markdown.

Issue Export

Overview

The Issue Export plugin is an export plugin that downloads issue data from a project as CSV reports.

Use this plugin when you need to audit open and resolved issues, review issue status by task or creator, or analyze issue error types and error codes outside Ango Hub.

Cover

Issue Export

Plugin Functionality

The Issue Export plugin creates a ZIP file containing multiple CSV files.

The export includes:

[Issue] File

Contains one row per issue, including the issue ID, issue link, task, asset, stage, creator, status, class name, error type, error code, content, comments, and position or page information when available.

[Asset] File

Aggregates issue counts by task and asset.

[Created By] File

Aggregates issue counts by the user who created the issue.

[Created To] File

Aggregates issue counts by assignee when assignee information is enabled and available.

[Overview] File

Summarizes issue totals by status, error type, and error code.

Plugin Configuration

From the Stage Filter field, pick the stages containing the tasks whose issues you'd like to export. Similarly, from the Batch Filter field, you may select one or more batches. By default, all tasks are exported from all batches.

If you wish to receive an email when the export is complete, toggle Send Email on.

You may vary a number of settings related to your export from the Config JSON field. Each option is detailed below:

  • "mode": Defines the export mode. The default mode exports general Ango Hub issue reports.

    • Example:

      • "mode": "default"

  • "add_assignee_info": When true, the plugin includes assignee-based issue reporting where the data is available.

    • Example:

      • "add_assignee_info": true

      • "add_assignee_info": false

  • "logging_frequency": Defines how frequently progress logs are displayed; setting this value to 0 disables progress-frequency logging.

    • Example:

      • "logging_frequency": 0

      • "logging_frequency": 100

Last updated