AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
322 stars 131 forks source link

Added Resolution Parameter to Invoke-JiraIssueTransition #410

Closed SirHenryIII closed 1 year ago

SirHenryIII commented 4 years ago

I needed the possibility to also set the solution

Description

Added the parameter Resolution to Invoke-JiraIssueTransition. Additional added the function Get-JiraResolution and ConvertTo-JiraResolution.

Motivation and Context

Needed to set the Resolution during transition and find it more clean to add the proper function

Types of changes

Checklist