Hello UiPath Community,I am facing this kind of Error with Jira Integration after updating UiPath.
Type ‘Error’ is not assignable to type ‘Error’ of member ‘Body’. Row: 150, Column: 14
Hello UiPath Community,I am facing this kind of Error with Jira Integration after updating UiPath.
Type ‘Error’ is not assignable to type ‘Error’ of member ‘Body’. Row: 150, Column: 14
Could you please share a sample workflow that reproduces the issue, as well as the version of your activity package and your Studio?
Jira Software Activity package version - 1.0.3.22730
Studio Version - 2022.4.0
Hi,
Can anyone guide me how to resolve this issue with Uipath.JiraSoftware.Activities(version 1.0.3.22730).
Below are some screenshot for reference.
Does this also happen on a newer project? (is it possible for you to install this package on a completely fresh project?).
I have tried installing it on Studio 22.4.1 and it worked just fine.
As a test, and if it will correctly install on a fresh project - does it help if you then move the xaml file to the new project and try to open it from there?
I have tried with new project as well.
it gives me a same error. and this not just happen with me only. but happens with my team members as well.
Could you maybe show a screenshot of the project panel with your dependency tree expanded?
Any chance you could expand all the branches, especially the JiraSoftware one?
All looks good there. I have hard time reproducing the issue.
Could you maybe share your steps to get the Missing or invalid activity error with a freshly made project?
Or share a zip of that freshly made new project here, that would also help a lot.
EnhancedREFrameWorkTest.zip (1.1 MB)
Great, I managed to reproduce it thanks to your steps. I’ve saved it in our issue tracker for our team to have a look.
In the meantime, have you maybe already tried the newer Jira activity package from the Official feed?
yes I tried
sure, Thank You
@loginerror Do you have any updates on this we are getting the same issue
while closing the project and re-open it.
Hi @loginerror .
I faced the same issue. The point is that there is pretty old automation, built using jira software activities. Now when we need to adjust it a bit it is not possible.
Is there any update on this issue?
Thanks.
A small update. I talked with our team and it looks like there was an update in Studio 2022.4 to a core dependency that is now in conflict with this older Jira package from the Marketplace. As such, the steps to fix this are to either:
or, in case it is necessary to look at the old code:
Hi @loginerror : I have recently upgraded from Studio 2021.4.4 to 2022.4.3 and observed same error for already deployed process because of comglict with old version of UiPath.JiraSoftware.Activities = 1.0.3.22730
Now same build is showing Dependencies (Windows - Legacy) in Project with this error. When i opened same build in Studio 2021.4.3 → It shows only Dependencies in Studio but project.json is same for both.
Will it impact —》 if i run same build for 2022.4.3 robot service?
How to mitigate this? → As suggested, new activities usage are quite different than previous version (for e.g. update fields in Jira tickets). It is not good practice to build deployed process again with new activities just because of version conflict.