746 B
746 B
| title | description |
|---|---|
| Gitlab | Gitlab Widget Configuration |
Learn more about Gitlab.
API requires a personal access token with either read_api or api permission. See the gitlab documentation for details on generating one.
Allowed fields: ["events", "issues", "openIssues", "closedIssues", "mergeRequests", "openMergeRequests", "closedMergeRequests"].
widget:
type: gitlab
url: http://gitlab.host.or.ip:port
key: personal-access-token
issueState: all # supports "opened", "closed" and defaults to "all"
mergeRequestState: all # supports "opened", "closed", "locked" and defaults to "all"