UiPath.JiraSoftware.Activities causing issue in Studio 2022.4.5

Available Jira activities (available in UiPath.JiraSoftware.Activities package) are working fine using UiPath Studio v2022.4.5. Whenever i am trying to open same build again in Studio then getting attached error.

Is it because of conflict issues as i have to build process again for further support.

I found one more package (UiPath.Jira.Activities) to utilise (if no solution is found) but it has limited functionalities. For e.g. To add internal note in Jira issues, there is no activity available in UiPath.Jira.Activities.

Hi @Sonalk,

You can try below things with it,

  • check the dependencies if any unresolved and try delete the project.json file from the project folder and restart the studio

  • Add only these external package sources in C:\Program Files\UiPath\Studio\NuGet.config

  <packageSources>
    <!-- Add this repository to the list of available repositories -->
    <add key="Local" value="C:\Program Files\UiPath\Studio\Packages\" />
    <!--  <add key="Local" value="C:\local feed path\" /> -->
    <add key="Marketplace" value="https://www.myget.org/F/workflow/api/v3/index.json" />
    <add key="Connect" value="https://gallery.uipath.com/api/v2" />
    <add key="Official" value="https://packages.uipath.com/activities" />
    <add key="nugetorg" value="https://api.nuget.org/v3/index.json" />
</packageSources>
  • As per UiPath software requirements, only TLS 1.2 should be enabled.
    You can check documentation Software requirements

  • This error is thrown when there is a network issue between the machine and the external feed address, which could be caused by the machine’s firewall or any restrictions on accessing online feeds, such as being in a proxy.

  • Redirecting Robots through a Proxy Server
    About Communication between the two UiPath products is not possible if the Robot is in a closed network or in a different network than the Orchestrator. As a result, to make this communication easier.

Happy Automation, Cheers!