Skip to main content

Retrieve all repository issues from GitLab

Retrieve all repository issues from GitLab.

Application

  • GitLab

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
Project ownerUser, group or namespace of the projectText (Short)Yes
Project nameThe name of the projectText (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
Creator usernameReturn only issues which were created by a specific userText (Short)No
SearchSearch issues against their title and descriptionText (Long)No
LabelsReturn only issues with the given labels. Multiple lables can be separated by commaText (Long)No
Updated afterReturn only issues updated at or after this timeDatetimeNo
StateThe state to filter byPredefined Choice ListNo
SortThe order the issues should be returned inPredefined Choice ListNo
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