Skip to content

Commit

Permalink
Update add-work-item-hyperlink-steps.yml
Browse files Browse the repository at this point in the history
#4 , Used the ADO Cli which allows you to add to the historical discussion
  • Loading branch information
markcunninghamuk authored Nov 14, 2024
1 parent 5c5211f commit 2f9895d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
Write-Host "`tURL: $env:ADDHYPERLINK_URL"
Write-Host "`tComment: $env:ADDHYPERLINK_COMMENT"
az boards work-item update --id $env:ADDHYPERLINK_WORKITEMID --discussion $env:ADDHYPERLINK_HISTORYCOMMENT --org $env:SYSTEM_COLLECTIONURI
az boards work-item update --id $env:ADDHYPERLINK_WORKITEMID --discussion $env:ADDHYPERLINK_HISTORYCOMMENT --org $env:SYSTEM_COLLECTIONURI -project $(System.TeamProject)
Write-Host "Work item link added successfully."
displayName: ${{ parameters.stepDisplayName }}
Expand Down

0 comments on commit 2f9895d

Please sign in to comment.