Skip to content

Azure Devops

Configuration

azuredevops:
  apiToken: "p0d13*********************************************c3"
  enabled: true
  labelColor: "lightblue"
  maxRows: 3
  orgURL: "https://dev.azure.com/myawesomecompany/"
  position:
    top: 0
    left: 0
    height: 3
    width: 3
  projectName: "the awesome project"
  refreshInterval: 300
  type: "azuredevops"

Attributes

Name Value
apiKey
Your Azure DevOps API key. Leave this blank to use the WTF_AZURE_DEVOPS_API_TOKEN environment variable.
labelColor
Optional The color of the title label. Default: white.
Any X11 color name.
maxRows
Optional The maximum number of rows to display. Default: 3.
Any positive integer.
orgURL
The URL to your Azure DevOps project.
Leave empty to use the WTF_AZURE_DEVOPS_ORG_URL environment variable.
projectName
The name of your Azure DevOps project.
Leave empty to use the WTF_AZURE_DEVOPS_PROJECT_NAME environment variable.

Source Code

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