Hi all,
I have created a flow that takes information from an Excel File (intake form) and then it will create a Service Now ticket, send an email and it is SUPPOSED to create a JIRA Card (Story) but it fails and gives me the following error message below:
{
"errorMessages": [],
"errors": {
"customfield_10033": "Business Capability is required."
}
}
I understand that this is because of a requirement that needs to be filled out / identified but I don't have that as an option on the GUI and was hoping someone could explain how I can either bypass this requirement or somehow implement it into this flow?
Thanks!