Cmdlets for Jira

Build 24.0.9060

Select-JIRA Cmdlet

Parameters   Output Objects  

Searches Jira data.

Syntax

Select-JIRA [parameters]

Remarks

The Select-JIRA cmdlet allows you to use a syntax similar to SQL SELECT statements to search Jira data.

$conn = Connect-JIRA -User 'admin' -APIToken '123abc' -Url 'https://yoursitename.atlassian.net'
Select-JIRA -Connection $conn -Table "Projects" -Columns @("Key","Name") -Where "Id='10000'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060