Skip to content

Commit

Permalink
removing more writes (#208)
Browse files Browse the repository at this point in the history
* Fixed script paths

* Fixing ADO script names and issue number

* Fixed json building in create script

* removing prints from create

* updated workflow to not erase issue body

* handling empty description and newlines better

* handling null string value

* removing more writes

---------

Co-authored-by: Chris Schraer <[email protected]>
  • Loading branch information
chschrae and Chris Schraer authored Feb 13, 2024
1 parent 4e8bf94 commit 91aed17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/ADOCreateFeature.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ $headers = @{

# Make the REST API call to create the work item
$response = Invoke-RestMethod -Uri $url -Method Post -Body $bodyJson -Headers $headers
Write-Host "Work item created with response: $response"
Write-Host "Work item created with ID: $($response.id)"

# Output the ID of the new work item
$($response.id)

0 comments on commit 91aed17

Please sign in to comment.