Skip to content

Instantly share code, notes, and snippets.

@chgeuer
Created December 11, 2019 10:04
Show Gist options
  • Save chgeuer/bbf796650d8f1f1f43519e4c995f3380 to your computer and use it in GitHub Desktop.
Save chgeuer/bbf796650d8f1f1f43519e4c995f3380 to your computer and use it in GitHub Desktop.
- task: CreateWorkItem@1
condition: not(succeeded())
inputs:
workItemType: Issue
title: 'Created by build $(Build.DefinitionName)-$(Build.BuildNumber)'
assignedTo: '$(Build.RequestedFor) <$(Build.RequestedForEmail)>'
associate: true
linkPR: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment