cli icon indicating copy to clipboard operation
cli copied to clipboard

Jira API error while creating release in Octopus Deploy

Open TarakLIC opened this issue 6 months ago • 1 comments

The Issue

We are getting below error when octopus release create command is executed from GitHub Action We have Jira Integration enabled as per doc: https://octopus.com/docs/releases/issue-tracking/jira This was working fine until last Friday (5th Sept) but now giving error as above while creating release and am sure we never set Jira API URL anywhere. Any idea why its failing? and anything we need to make changes? Any help will be great as we can't able to create releases from GitHub Action.

Command to reproduce

octopus release create --space "Default" --project "$OCTOPUS_PROJECT" --version "$PACKAGE_VERSION" --packageVersion "$PACKAGE_VERSION" --channel "Develop" --gitRef "$BRANCH_NAME"

Outcome

Image
Octopus API error: There was a problem with your request. [Jira: Failed to retrieve Jira issues from https://mycomp.atlassian.net. Response Code: Gone (Errors: 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)

Versions

cli: 2.18.0

Octopus Server: 2024.4.7128 (self hosted)

Links

TarakLIC avatar Sep 08 '25 04:09 TarakLIC

Potentially similar issue to https://github.com/OctopusDeploy/Issues/issues/9563?

BrianRichardson avatar Sep 17 '25 13:09 BrianRichardson