We’re using the Jira API connector v6.1.0, in modern C# project. We have two challenges, first is fields which are non-numeric or non-text type such as radio buttons, we cannot retrive the variable correctly. So the variable is seen correctly in Studio but we cannot get the value of the radiobutton correctly.
As an example we have radiobutton with 4 values in Jira:
A
B
C
D
When referring to the Variable in Studio to paste the value in excel sheet:
VariableRadiobutton.Value it says there’s no value and crashes during excecution
With
VariableRadiobutton.AsText we’ll get following text string: System.Func`1[System.String]
So obviously there’s some programming needed to get the value itself visible, but what it would be?
Other challenge seems to be more of a Bug. We have status as resolved and then separate field for Resolution as per Jira standard. I’m seeing the Resolution field with Update issue activity and also the values are correct. But when i’ve selected the desired resolution field and try to run the file the response is that it’s not a valid value. Thing is that it’s standard Jira field and the options are behind dropdown in Studio so there’s no option to me to do the update issue differently.
Has anyone else experienced, and perhaps solved these issues?
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
Hi @Palosuo_Antti , for the first problem, can you share a screenshot of the error and how the radio buttons render on workflow canvas.
For your second problem, are you using Update Issue activity?
If yes, can you please try using the Update Issue Status activity and let us know if you face the same issue?
For the topic 2 yes i’m using update issue status activity. So status is updated correctly to resolved, but issue resolution field is not changed. When i run the resolution field with update issue activity it refuses to update the field. But this new Update issue Status including the resolution seems more promising and i have to admit also built the same way that in Jira that when status is set to resolved also the resolution is set. I’ll send a screenshots of the radiobutton issue bit later. Any estimate when the new experience is to be launched?