Skip to content

The requested API has been removed. Please migrate to the /rest/api/3/search/jql when using get-jiraissue #535

@joshuameador

Description

@joshuameador

Description

When using get-jiraissue I see Invoke-JiraMethod: The requested API has been removed. Please migrate to the /rest/api/3/search/jql API. A full migration guideline is available at https://developer.atlassian.com/changelog/#CHANGE-2046
Invoke-JiraMethod:

Steps To Reproduce

When running get-jiraissue against our prod instance we see this error, is there going to be an update to jiraps that addresses this?

Steps to reproduce:

Command was $issues = get-jiraissue -query 'project = PROJECT and issuetype = ISSUETYPE and status = 'to do' (for example)'

Expected behavior

This should return a Jira issue like 'issue-1234' instead of the API error.

Screenshots

Your Environment

Not much here, I was writing a script to get some issues and act against them and saw this error.

PS C:\scripts> get-module jiraps -listavailable |select name, version

Name Version


JiraPS 2.14.7

Update module to update the API endpoints?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions