Skip to content

GitLab Todo

View your GitLab Todos.

Configuration

gitlabtodo:
    apiKey: "dexxxxxxxxxxxxxxxxxxxxxxxxxx34"
    domain: "example.com"
    enabled: true
    numberOfTodos: 12,
    position:
        top: 2
        left: 3
        height: 2
        width: 2
    refreshInterval: 5m
    showProject: true

Attributes

Name Value
apiKey
Your GitLab API key. Leave this blank to use the WTF_GITLAB_API_KEY environment variable.
domain
Your GitLab corporate domain.
numberOfTodos
Optional Defines number of stories to be displayed. Default is 10.
showProject
Optional Determines whether or not to show the project a given todo is for. Default: true.
true, false.

Source Code

https://github.com/wtfutil/wtf/tree/master/modules/gitlabtodo