GitLab is an open-source end-to-end software development platform with built-in version control, issue tracking, and CI/CD.

Project Management Connectors

Project management connectors give PlayerZero visibility into:

  • Issues and bugs logged
  • Stories being worked on
  • Releases made
  • Internal feedback and issues logged
  • Past issues that have been logged or backlogged

By hooking in a Project Management connector, PlayerZero correlates internal tickets, tasks and progress to the work your engineering team is doing, in real time. This allows you to identify the highest risk code change based on work-items of the past, so you can be sure that you never make the same mistake twice.

Ticketing Data

Ticketing connectors require the following permissions and access the following data:

Tickets (Read only)

The Ticket object is used to represent a ticket or a task within a system.

  • Assignees
  • Attachments
  • Completed Timestamp
  • Contact
  • Creator
  • Description
  • Due Date
  • Name
  • Parent Ticket
  • Priority
  • Remote Created Timestamp
  • Remote Updated Timestamp
  • Status
  • Ticket Type
  • Ticket URL

Comments (Read and write)

The Comment object is used to represent a comment on a ticket. Comment writing is currently under development and will need to be turned on in PlayerZero.

  • Body
  • Privacy
  • Remote Created Timestamp
  • Ticket
  • User

Attachments (Read only)

The Attachment object is used to represent an attachment for a ticket.

  • Content Type
  • File Name
  • File URL
  • Remote Created Timestamp
  • Ticket

Contact (Read only)

The Contact object is used to represent the customer, lead, or external user that a ticket is associated with.

  • Details
  • Email Address
  • Name
  • Phone Number

Users (Read only)

The User object is used to represent an employee within a company.

  • Email Address
  • Is Active
  • Name
  • Teams

Teams (Read only)

The Team object is used to represent a team within the company receiving the ticket.

  • Description
  • Name

Collections (Read only)

Collections store the collection of a ticket, like engineering or program management

  • Name
  • Description
  • Type

Setup

  1. From the PlayerZero web app, navigate to the home page.
  2. Click on the Connectors button.
  3. Filter by the Project Management group in the dropdown.
  4. Search for GitLab.
  5. Login to your GitLab account if not already logged in.
  6. Enter your GitLab project domain or the appropriate API key for your project.
  7. Authorize Merge to read and write data through the GitLab connector.