jira
jira copied to clipboard
PowerShell module for Jira
How do I enter an array to the input data for customfields? I tried different versions, but I had no success so far. ```powershell Set-Jissue -key ITDR-152 -customField @{"Responsible Team"...
How do we assign an issue? Set-JIssue -Assignee '' -Key $issue.Key -ErrorAction 'Stop' JiraPS accepts a empty string for unassignment.
`CredentialManager` is not a valid solution for PowerShell 6.1. I need to rethink how I approach this. Either remove this dependence and feature, or gracefully handle when it is not...
Instead of throwing when there is not a credential that is needed, should instead prompt for it.