Cmdlets for Jira

Build 25.0.9434

IssueResolutions

Retrieves all resolution values used to indicate how issues were completed, such as 'Fixed' or 'Won't Fix'.

Table Specific Information

Select

The cmdlet uses the Jira API to process some of the filters.

The cmdlet processes other filters within the cmdlet.

For example, the following queries are processed server side:

SELECT * FROM IssueResolutions WHERE Id = 10000

Columns

Name Type References SupportedOperators Platform Description
Id [KEY] String = Common A unique identifier assigned to the issue resolution, used internally within Jira to reference how an issue was resolved.
Name String Common The display name of the issue resolution, such as 'Fixed', 'Won't Fix', or 'Duplicate', shown in the Jira interface.
Description String Common A brief explanation of what the resolution status means, helping users understand how the issue was closed.
URL String Common A link to the Jira resource representing this resolution, useful for referencing in integrations or automation.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434