Skip to content
New issue

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

Fix custom-fields to support tags in Ticket Creation #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VishakhaShah
Copy link

What?

  • This PR changes the way of passing custom_fields when a user wants to pass tags array along with it to create ticket.

Why?
-If we try to send tags along with custom_fields in post api call as mentioned in the example, it always gives datatype_mismatch error for tags even though tags is in Array datatype.

  • Many users faced issue in passing tags array along with custom_fields in ticket creation for api call. There was no relevant example for this case.
    -So adding this change (to pass custom fields as separate dictionary variable) will resolve the user queries related to the errors occurring for datatype_mismatch in the above case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant