AtlassianPS / JiraPS

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

Add Move-JiraVersion method #363

Closed kb-cs closed 4 years ago

kb-cs commented 4 years ago

Description

Add Move-JiraVersion method

Motivation and Context

/version/{id}/move was missing from current functionality

Types of changes

Checklist

lipkau commented 4 years ago

excellent PR!

can you please commit a test file? I can support you if desired.

kb-cs commented 4 years ago

I added unit tests. Never done PS unit tests, but it was easy enough to follow the others. Let me know if anything is off.