Skip to content

LibreCodeCoop/GitLabBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitLabBundle

A Kimai 2 plugin, which send duration of cards to GitLab spend issues of timesheet.

Installation

First clone it to your Kimai installation plugins directory:

cd /kimai/var/plugins/
git clone https://github.com/LibreCode/GitLabBundle.git

And then rebuild the cache:

cd /kimai/
bin/console kimai:reload -n

You could also download it as zip and upload the directory via FTP:

/kimai/var/plugins/
├── GitLabBundle
│   ├── GitLabBundle.php
|   └ ... more files and directories follow here ... 

How to use?

Configuring

GitLab settings

Project settings

  • Get the GitLab project id going to GitLab repository

    settings

  • Edit or create a Kimai project associated to GitLab repository and fill the GitLab project ID:

    settings

    PS: You only will see this field if you configure the GitLab private token

Associate specific timesheet to GitLab

  • On create or edit form you will see the GitLab issue ID field:

    settings

    PS: You only will see this field if you configure the GitLab private token

Results

  • After you save a entry on Kimai with GitLab issueId you will see the spend time on GitLab

    settings

How it works?

When you do any of these actions:

  • TimesheetCreatePostEvent
  • TimesheetUpdatePostEvent
  • TimesheetDuplicatePostEvent
  • TimesheetStopPostEvent
  • TimesheetDeletePreEvent

The plugin will identify if it has an issueId, having issueId a query will be performed to add the time spent of all records in the project that have an issueId equal to the issueId sent.

Two requests will be made to GitLab:

  1. Reset time spent
  2. Define the total time spent

Releases

No releases published

Packages

 
 
 

Languages