Integrate GitLab with Trello
GitLab
GitLab is a fast, secure and stable solution to manage your projects. It is based on Ruby on Rails and has a free and open-source license (MIT). GitLab is the most installed git management application in the world.
Trello
Organize anything, together. Trello is a collaboration tool that organizes your projects into boards.
Projects
-
- ID
- —
- Description
- —
- Name
- —
- Name With Namespace
- —
- Path
- —
- Path With Namespace
- —
- Created At
- —
- Default Branch
- —
- Namespace
- —
-
Look Up Project
Commits
-
- ID
- —
- Short
- —
- Title
- —
- Author Name
- —
- Author Email
- —
- Created At
- —
- Message
- —
-
Commit Created
-
Look Up Commit
-
Search Commits
Issues
-
- ID
- The internal API ID of the Issue.
- Display ID
- The user displayed ID of the Issue.
- Title
- The issue title.
- Description
- The issue description.
- Created At
- The date the issue was created.
- Updated At
- The date the issue was last updated.
- Assignee
- —
-
Issue Created
Triggers when a new Issue is created in the selected project.
-
Issue Updated
Triggers when an Issue is updated in the selected project/
-
Create an Issue
Creates a new Issue.
-
Look Up an Issue
Fetches an Issue by uniquely identifying attribute
-
Search Issues
Searches the selected Project for Issues and returns a list.
Namespaces
-
- ID
- —
- Name
- —
- Path
- —
- Kind
- —
- Full Path
- —
- Parent
- —
-
Look Up Namespace
-
Search Namespaces
Boards
-
- ID
- The unique ID of the board.
- Name
- The name of the board.
- Background Color
- The background color of the board.
- URL
- The URL of the board.
- Short URL
- The short URL of the board.
- Closed
- —
-
Create a Board
Creates a new board.
-
Delete Board
-
Look Up a Board
-
Search Boards
Lists boards applying the specified filters.
Lists
-
- ID
- The unique ID of the list.
- Name
- The name of the list.
- Position
- The position of the list.
- Closed
- —
- Board ID
- The ID of the board the list belongs to.
-
Create a List
Creates a new list in the given board.
-
Look Up a List
-
Search Lists
Gets lists in the given board, applying optional filter conditions.
Cards
-
- ID
- The unique ID of the card.
- Name
- The name of the card.
- Description
- The description of the card.
- Due Date
- The due date of the card.
- Position
- The position of the card (top, bottom, or a positive number).
- Updated At
- The date the card was last updated.
- Short URL
- —
- Short ID
- —
- Subscribed
- —
- Closed
- —
- Board
- —
- List
- The list of the card.
- Labels
- —
- Members
- Members of the card.
- Attachments Count
- —
-
Card Created
Triggers when a new card is created in the specified board.
-
Card Updated
Triggers when a card is updated in the specified board.
-
Card Event
Triggers on any card event in the specified board.
-
Label Changed
Triggers when a label is added or removed to/from a card.
-
Membership Changed
Triggers when a member is added or removed to/from a card.
-
Card Moved
Triggers when a card is moved to a different list or board. Note that if a card is moved from one list to another list in the same board,
previous_list attribute
is set andprevious_board
attribute is empty. If a card is moved from another board,previous_board
is set andprevious_list
is not. -
Create a Card
Creates a new card in the specified board and list.
-
Update a Card
Updates an existing card.
-
Move a Card
Moves a card to another another list, or a new position in a list.
-
Copy a Card
Makes a copy of a card, optionally include checklist, labels, members, attachments, etc.
-
Subscribe to a Card
Subscribes to a card to get notifications when something changes.
-
Unsubscribe from a Card
Unsubsribes from card notifications.
-
Archive a Card
Removes the specified card from a board (Archives it).
-
Send to Board (Unarchive)
Sends a card back to a board (Unarchives it).
-
Delete a Card
Deletes an existing card and all history associated with it.
-
Add Label
Add a label to an existing card.
-
Move to Board
Moves a card to another another board and list.
-
Remove Label
Remove a label from an existing card.
-
Fetch a Linked Card
Fetches a linked card.
-
Look Up a Card
-
Search Cards
Lists cards in the given board and list, applying optional filter conditions.
Comments
-
- Text
- —
- Card
- —
-
New Comment
Triggers when a new comment is created in the given board.
-
Add a Comment
Adds a new comment to the specified card.
Attachments
-
- ID
- —
- Name
- —
- URL
- —
- Created At
- —
- Size
- —
- Mime Type
- —
- Is Upload
- —
-
New Attachment
Triggers when a new attachment is added to a card in the specified board.
-
Add an Attachment
Adds an attachment to the specified card.
-
Search Attachments