Add-JIRA Cmdlet
Inserts Jira data.
Syntax
Add-JIRA [parameters]
Remarks
The Add-JIRA cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Jira records.
Add-JIRA -Connection $connection -Table "Projects" -Columns @("Name") -Values @("Test Project.")