Add-Bitbucket Cmdlet
Inserts Bitbucket data.
Syntax
Add-Bitbucket [parameters]
Remarks
The Add-Bitbucket cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Bitbucket records.
Add-Bitbucket -Connection $connection -Table "Issues" -Columns @("ContentRaw") -Values @("John Doe")