---
title: "create · RUAL Documentation"
description: "RUAL github block."
canonical: https://docs.rual.nl/block-types/github/githubconnection_issues_create
language: en
---

# create

This block is part of the [`github`](https://docs.rual.nl/block-types/github) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

- flow `flow`

- connection required `githubconnection`

- owner required `value` e.g. rual

- repo required `value` e.g. blueprinting

- title required `value` title of the github issue

- description required `value` description of the github issue

- assignees `array ` list of assignee

- labels `array ` list of labels

- flow `flow`

- connection `githubconnection`

- success `condition`

- data `object`

- error `value`

| `github` |
| --- |

A typical wiring for [create](https://docs.rual.nl/block-types/github/githubconnection_issues_create): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [open connection](https://docs.rual.nl/block-types/github/function_github_open_connection) feeds the `connection` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `owner` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `repo` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `title` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `body` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the create block: typical wiring for create.](https://docs.rual.nl/canvas-examples/githubconnection_issues_create.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
