imms/gitlab

Gitlab plugin for IMMS

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:imms-plugin

1.0.3 2024-04-03 15:59 UTC

This package is auto-updated.

Last update: 2024-04-03 13:59:52 UTC


README

This is a Gitlab plugin for IMMS.

All it (currently) does is look up issues within a group (and its subgroubs) made by a particular user.

To use this, you have to add a new section to the config.ini on IMMS, and fill it with relevant data:

[gitlab]
token					= [token with group level access to all its issues]
group_id				= [the ID of the group]
author_id				= [the id of the author]

This is made this way, so you can use this plugin for only looking up issues by e.g. the Gitlab Support user (the user used for when people create issues via email to a project).

Since it follows all issues made by this user, it also follows moved issues. It only displays open issues; closed issues will be ignored.