Jira Create Issue activity in UIpath [],"errors":{"customfield_10043":"Severity is required."}}

Hi Dear Team,
Got below error while running the Jira -’ Create Issue activity 'in UiPath please let me know how to resolve the errors.
Create Issue: Response Status Code: 400. Response Content:,“errors”:{“customfield_10043”:“Severity is required.”}}

Your JIRA project (NT) in which you are trying to create Issue has mandatory fields in order to create a ticket. You have to create Dictionary object add your customfiled_10043 as key and Priority type as value. It should work.

Or else you can HTTP request to create Issue, where in you need to create JSON structure with all mandatory fields. It is super fast and never fail. This method works both on-prem and cloud Jira Instace.

Thanks
Veera