Not able to update the Custom field value of Jira issue using Uipath.Jira.Activities 2.4.1

Hello all,

Can anyone help me in updating the custom filed value of Jira issue. First I am getting the issue using Get Issue activity then I am able update the field like summary by assigning as (Issue.Summary=“Test”) but I am not able to update the Custom field of an issue. Can anyone help me in this.

Thanks

Can you please send a screenshot in which the properties can be seen?

Please make sure you are giving the correct input to the activity:

Here ‘GetIssue’ is the output of Get Issue activity, after updating you should pass the same variable to Update Issue activity.

Hi Marco,

yes I am getting the output of GetIssue activity and passing it to the Update issue but before passing it I would like to update the custom field value of the issue.Can you provide me some example to update the custom field value of an issue.

Thanks,
Jyothi

Also, if you are on Automation Cloud, you can optionally try out the Jira activities v6.1.0 from Integration Service. You should have all your standard and custom fields right on the activity canvas for Create Issue and Update Issue.