We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
Via the case creation API, if the owner is provided with a null value, the API handles it as not specified and throws a Attribute owner is missing.
null
Attribute owner is missing
The API needs to be fixed handle the null value and set the API caller as owner.
The text was updated successfully, but these errors were encountered:
#1036 Override the case owner if format is invalid
091b401
@nadouani Note that we have the same issue for tasks, but tasks should (for my option) be able to get/keep the status "unassigned"
Sorry, something went wrong.
Working on it, the tasks related issue is a UI issue
To-om
No branches or pull requests
Request Type
Bug
Problem Description
Via the case creation API, if the owner is provided with a
null
value, the API handles it as not specified and throws aAttribute owner is missing
.The API needs to be fixed handle the
null
value and set the API caller as owner.The text was updated successfully, but these errors were encountered: