GitLab - Get projects

Important: This connector and its actions have been removed from Nintex Workflow and can now be found in Nintex Gallery.

Use the GitLab - Get projects action A tool for building the processes, logic, and direction within workflows. Actions are the steps the workflow performs to complete a process. to retrieve a list of projects.

For more information about the GitLab connector, see GitLab.

Configure the GitLab - Get projects action

  1. Add the action to the workflow and open the action configuration panel. For more information, see Add an action to the workflow.

  2. Select a Connection. If you do not have a connection, see Add a connection.
  1. Use the paging options if needed.
  2. Create or select a variable for the output.

GitLab - Get projects action fields and settings

Section Field Description Variable types

(unlabeled)

Connection Credentials and other settings that enables workflows to communicate with external systems, services, or applications. It's required to pass data between the workflow and the indicated service, which could be a cloud service, business application, or content store.

The GitLab connection used to access the account that you want to retrieve the list of projects for.

To refresh the available connections, click .

(n/a)

Paging

Items per page

The number of items to return per page. The default is 20 and the maximum is 100.

Integer

 

Page

Which page of results to return.

Integer

Output Projects

Variable to store the issue details as an object for use later in the workflow.

  • Avatar URL: (Text) The URL for the avatar representing the project.
  • Created date: (DateTime) The timestamp for when the project was created.
  • Default branch: (Text) The default branch for the project, for example, master.
  • Description: (Text) A description for the project.
  • ID: (Integer) The project's ID.
  • Name: (Text) The project's name.
  • Name with namespace: (Text) The project's name and folder, for example: "Diaspora / Diaspora Client".
  • Path: (Text) The path to the project.
  • Path with namespace: (Text) The full path to the project, for example: "diaspora/diaspora-client".
  • Readme URL: (Text) The URL to the Readme.md markdown file.
  • Tag list: (Collection) A collection of tags associated to the project, for example: "example", "Diaspora client".
  • Web URL: (Text) The URL to the repository on the GitLab system.
Object