Hello,
I need to update system field in jira service desk using api with name time spent.
check below image.
i am using end point as : "https://jira-sdesk-*/sdesk/rest/api/latest/issue/E1CLARITY-103816"
and in body passing flollowing json
"{""fields"": {""log-work-time-logged"" : ""1h""}}"
Method : PUT
but i am getting below error in uipath:
{
"message": "{\"errorMessages\":[],\"errors\":{\"log-work-time-logged\":\"Field 'log-work-time-logged' cannot be set. It is not on the appropriate screen, or unknown.\"}}",
when i tried to update custom field using same configuration then i am able to update.
Please help me to resolve above issue.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.