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
@kanagasathish
context/city/code
retail_issue
context/timestamp
message/issue/issue_actions/respondent_actions/0/updated_at
message/issue/updated_at
created_at
issue_status
ON_Issue_status
Issue_status
message/issue/resolution_provider
message/created_at
Issue_close
Issue
The text was updated successfully, but these errors were encountered:
on_issue
message/issue/issue_type
updated_at
issue/updated_at
Sorry, something went wrong.
No branches or pull requests
@kanagasathish
Flow 1
On-Issue
context/city/code
is mismatched in theretail_issue
call.context/timestamp
matches in theretail_issue
call.message/issue/issue_actions/respondent_actions/0/updated_at
is not in the correct format as per the API contract.message/issue/updated_at
should not matchcreated_at
.Issue Status
On-Issue Status
context/city/code
inissue_status
andON_Issue_status
calls is mismatched according to the previous issue call.context/timestamp
ofON_Issue_status
must be greater thancontext/timestamp
ofIssue_status
.message/issue/issue_actions/respondent_actions/0/updated_at
is not in the correct format as per the API contract.message/issue/updated_at
should not matchcreated_at
.message/issue/resolution_provider
should not be present as per the API contract.Issue Close
message/created_at
inIssue_close
is mismatched withIssue
call'screated_at
.Flow 2
On-Issue
context/city/code
is mismatched in theretail_issue
call.context/timestamp
matches in theretail_issue
call.message/issue/issue_actions/respondent_actions/0/updated_at
is not in the correct format as per the API contract.message/issue/updated_at
should not matchcreated_at
.Issue Status
On-Issue Status
context/city/code
inissue_status
andON_Issue_status
calls is mismatched according to the previous issue call.context/timestamp
ofON_Issue_status
must be greater thancontext/timestamp
ofIssue_status
.message/issue/issue_actions/respondent_actions/0/updated_at
is not in the correct format as per the API contract.message/issue/updated_at
should not matchcreated_at
.message/issue/resolution_provider
should not be present as per the API contract.Issue Close
message/created_at
inIssue_close
is mismatched withIssue
call'screated_at
.The text was updated successfully, but these errors were encountered: