# Issue Created

> Windows | Cross-platform

## Project compatibility

Windows | Cross-platform

## Overview

| Description | API Method | API Path | Notes |
| --- | --- | --- | --- |
| The Issue Created trigger starts a workflow when a new issue is created in a GitHub repository that matches an optional filter. | GET | /repos/{owner}/{repo}/issues | Pre-filtered by `state=open` |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Filter | Optional issue‑level data filter (number, repository name, state, title, body, assignee, milestone) used to decide which issues trigger. | variable |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| Issue ID | ID of the issue that triggered. | string |
| Issue | Hydrated issue object for the trigger. | Object |

:::note
* In API workflows, a single
response object is returned as the output. Any required fields can be extracted directly from this object.
* In RPA workflows, some output
parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
:::
