jira icon indicating copy to clipboard operation
jira copied to clipboard

PowerShell module for Jira

Results 7 jira issues
Sort by recently updated
recently updated
newest added

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"...

Needs research

Need a command for assigning a fix version to an issue

enhancement
Needs research

Need a way to set the properties on a fix version

enhancement

Add a command for saving changes to a fix version object

enhancement

How do we assign an issue? Set-JIssue -Assignee '' -Key $issue.Key -ErrorAction 'Stop' JiraPS accepts a empty string for unassignment.

bug

`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...

enhancement

Instead of throwing when there is not a credential that is needed, should instead prompt for it.

enhancement