Hi All,
I am doing an automation of JIRA integration between cloud and server. Using UiPath JIRA connector, I can do most of the tasks. But I am unable to update custom field. Is there any way to update custom field?
Thanks,
Meena
Hi All,
I am doing an automation of JIRA integration between cloud and server. Using UiPath JIRA connector, I can do most of the tasks. But I am unable to update custom field. Is there any way to update custom field?
Thanks,
Meena
Welcome to the community
are you using update issue activity? ideally once the connection is there it should be showing all the mandate and custom fields as well on canvas
cheers
Thanks @Anil_G for the reply. Found the solution.
Are you able to update created by field in Jira using this approach?
you can directly use the JIRA REST API with the HTTP Request activity.
{
“fields”: {
“customfield_12345”: “New Value”
}
}
3. Configure HTTP Request in UiPath
Method: PUT.
4. Use the HTTP Request Activity
Could you please share the solution that worked for you?
And also mark it as solution so this topic can be closed and help others with similar issue.
Regards
Sonali