Jira activities requested API has been removed

Hi,

I have an automation utilising UiPath.Jira.Activities 2.4.5
As a part of this automation I am using “Search Issues Using JQL” activity to look for issues on my companies Jira board.
Since 16.09.2025 the automation has started throwing error:

Search Issues Using JQL: Response Status Code: 410. Response Content: {“errorMessages”:[“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"],"errors”:{}}

Is this something that has happened to other people and will be corrected in new version of the Jira.Activities package or do I need to replace other activities from this package with regular http requests?

Hello @Kac,

Update the UiPath.Jira.Activities Package

Check if there is a new version of the Jira package that supports the new API.

  1. In UiPath Studio → Manage Packages.
  2. Look for UiPath.Jira.Activities.
  3. Update to the latest version.
  4. Test again with the same activity.

Hi, thank you for your response. The package is already updated to the latest version
image
I mainly wanted to know whether this happened to everyone using this package or is this specific to my case.

This issue is not specific to your environment — it’s affecting everyone using UiPath.Jira.Activities v2.4.5 because Atlassian completely removed the old Jira API endpoint globally on 16 September 2025.

  • This problem affects all users globally, not just you.
  • Current package v2.4.5 will not work with Jira Cloud anymore.
  • Temporary solution: Use HTTP Request activity with the new endpoint.
  • Permanent solution: Wait for UiPath to release an updated Jira package.

@Kac

Its effecting all..there has been few reported instances also..there is a change in Jira apis so we have to wait for new release as of now

Cheers

I wouldnt necessarily expect a new release guys, the Integration service team have been focused on their new activity packs, which are all handled through the same package, UiPath.IntegrationService.Activites, which handle all the integration service connectors.

I expect if you use the JIRA activities from that pack the APIs are updated as they’ve been actively working on this.

It does mean you need to be using a Studio version that supports these new packs. The nuget package description states you need Studio 23.10, but I think you might need a 24 version.

Basically you need the version of Studio that, in the activity pane, you can search for activities that are not in an already installed nuget.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.