Skip to main content

Retrieve repository issues from GitHub

Retrieve repository issues from GitHub.

Application

  • GitHub

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
Repository ownerText (Short)Yes
Repository nameText (Short)Yes
Return all?Whether to return all results or only up to a given limitTrue/FalseNo
LimitMax number of results to returnNumberNo
AssigneeReturn only issues which are assigned to a specific userText (Short)No
CreatorReturn only issues which were created by a specific userText (Short)No
MentionedReturn only issues in which a specific user was mentionedText (Short)No
LabelsReturn only issues with the given labels. Multiple labels can be separated by commaText (Long)No
Updated sinceReturn only issues updated at or after this timeDatetimeNo
StateThe state to setPredefined Choice ListNo
SortThe order the issues should be returned inPredefined Choice ListNo
Sort directionThe sort orderPredefined Choice ListNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A