Update Issue
Update a GitHub issue for every non-empty input field.
If you leave an input field empty, the card doesn't overwrite that field in the updated issue.
Options
Field | Definition | Type | Required |
---|---|---|---|
Organization |
Choose the organization that owns the repository containing the issue. 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 containing the issue. 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 |
|||
Issue Number |
Number assigned to the issue. |
Number |
TRUE |
Title |
Updated title of the issue. |
Text |
FALSE |
Description |
Updated description for the issue. |
Text |
FALSE |
State |
Updated state of the issue. |
Dropdown |
FALSE |
Milestone Number |
Updated milestone number to associate with the issue. |
Text |
FALSE |
Labels |
Updated list of labels to associate with the issue. |
List of Text |
FALSE |
Assignees |
Updated list of users to whom the issue is assigned. |
List of Text |
FALSE |
Output
Field | Definition | Type |
---|---|---|
Issue ID |
The issue's ID number. |
Number |
Issue Number |
The number of the updated issue. |
Text |
HTML URL |
URL location of the updated issue. |
Text |
State |
State of the updated issue. |
Text |
Title |
Title of the updated issue. |
Text |
Description |
Description of the updated 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. |
List of Text |
Assignee ID |
ID of the user to whom the issue is assigned. |
Number |
Assignee Name |
Usename of the user to whom the issue is assigned. |
Text |
Assignees |
Users to whom the issue is assigned. |
List of Text |
Milestone ID |
A unique identifier for the milestone with which the issue is associated. |
Number |
Milestone Number |
Milestone number associated with the issue. |
Text |
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 |
Pull Request URL |
URL location of pull request for the issue. |
Text |
Closed At |
Date and time when the updated issue was closed. |
Date & Time |
Created At |
Date and time when the object was created. |
Date & Time |
Updated At |
Date and time when the updated issue was updated. |
Date & Time |
Closed By |
Metadata about the user who closed the updated issue, if it was closed. |
Object |