JiraPS icon indicating copy to clipboard operation
JiraPS copied to clipboard

PowerShell module to interact with Atlassian JIRA

Results 146 JiraPS issues
Sort by recently updated
recently updated
newest added

I'm currently facing an issue with a PowerShell script that interacts with our Reservation API and creates new Jira issues using the New-JiraIssue cmdlet. Since the recent Jira update, I'm...

### Description Try to fix the issue with `New-JiraIssue` because of the deprecation of the createmeta endpoint: https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html Should solve these issues: https://github.com/AtlassianPS/JiraPS/issues/461 https://github.com/AtlassianPS/JiraPS/issues/469 ### Types of changes - [x]...

## Description Module has been running fine up until we updated Jira to 9.4.3. Now when we try to create a new issue it can't recognize the issue types at...

## Context I know there is https://github.com/AtlassianPS/JiraPS/issues/174 which is a larger improvement to adding comments but I'm currently only blocked due to the validation on https://github.com/AtlassianPS/JiraPS/blob/master/JiraPS/Public/Add-JiraIssueComment.ps1#L36. I don't have those...

## Description While connected to our Jira Cloud instance, I'm unable to **get-jirauser**, it returns an error. Other commands, add-jiraissue, etc, have been verified as wworking ## Steps To Reproduce...

## Description Starting the past couple of weeks, i've started getting this error trying to use JiraPS: Invoke-JiraMethod : For security reasons Jira requires you to log on to the...

### Description This change adds Components to the list of parameters that a new Jira Issue can be created with. This will be a comma-separated list of Component IDs. ###...

## Description When running new-Jiraissue against Jira Cloud, i get a error. ## Steps To Reproduce Error: VERBOSE: [Invoke-JiraMethod] Failed to get an answer from the server DEBUG: [Invoke-JiraMethod] Executed...

Jira has moved the components from a custom field to an internal field. This happed around 11 days ago 11th of June, 2023. This has caused New-JiraIssue to fail. The...

### Description This is a fix for a situation I have encountered, where someone created a field with a duplicated name, which then caused Set-JiraIssue to be unable to set...