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?
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?