Create Issue
Create or update an issue in GitHub.
Options
Field | Definition | Type | Required |
---|---|---|---|
Organization |
Choose the organization that owns the repository containing the existing issue or where the issue is to be created. The dropdown list displays the organizations for the authenticated user. The list is limited to 100 organizations. If the repository is under a personal account, select the -- Not In Org -- option. |
Dropdown |
TRUE |
Repository |
Choose the repository that contains the existing issue or where the issue is to be created. The dropdown list displays the repositories for the selected Organization. If you select the -- Input Repo Full Name -- option, then the card ignores the Organization selection and you must enter the full name of the repository in the Repository input field. |
Dropdown |
TRUE |
Input
Field | Definition | Type | Required |
---|---|---|---|
Repository |
|||
Full Name |
The full name of the repository. This input field appears when you select -- Input Repo Full Name -- as the Repository option. The name must be formatted as <org_name>/<repo_name> if the repository is within an organization, or <owner_name>/<repo_name> if the repository is under a personal account. The card returns an error if the repository doesn't exist or the user doesn't have permission to access the repository. |
Text |
TRUE |
Issue |
|||
Title |
Title of the issue. |
Text |
TRUE |
Description |
Issue's description. |
Text |
FALSE |
Assignees |
Usernames of the users to whom this issue should be assigned. |
List of Text |
FALSE |
Milestone Number |
Milestone to which to associate this issue. |
Number |
FALSE |
Labels |
Labels to associate with this issue. |
List of Text |
FALSE |
Output
Field | Definition | Type |
---|---|---|
Issue |
||
Issue ID |
Unique identifier for the issue. |
Number |
Issue URL |
Issue's URL. |
Text |
Repository URL |
A URL that points to the repository to which the issue belongs. |
Text |
Labels URL |
A URL that contains the labels associated with the issue. |
Text |
Comments URL |
A URL that contains comments associated with the issue. |
Text |
Events URL |
A URL that contains events associated with the issue. |
Text |
HTML URL |
A URL that contains a human-readable HTML version of the issue. |
Text |
Issue Number |
Number assigned to the issue. |
Number |
State |
State of the issue. |
Text |
Title |
Title of the issue. |
Text |
Description |
Description of the issue. |
Text |
User ID |
Unique identifier of the user. |
Number |
Username |
Username of the user who raised the issue. |
Text |
Labels |
List of labels associated with the issue. |
Object |
Assignee ID |
ID of the user to whom the issue is assigned. |
Text |
Assignee Username |
Username of the user to whom the issue is assigned. |
Text |
Assignees |
List of users to whom the issue is assigned. |
Text |
Milestone ID |
A unique identifier for the milestone with which the issue is associated. |
Text |
Milestone Number |
Milestone number associated with the issue. |
Number |
Milestone State |
State of the milestone. |
Text |
Milestone Title |
Title of the milestone. |
Text |
Is Locked? |
If True, the issue is locked. |
True/False |
Comments Count |
Number of comments on the issue. |
Number |
Created At |
Date and time when the object was created. |
Date & Time |
Updated At |
The time when the issue was last updated. |
Date & Time |