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

CustomFields are not updated in update_case #66

Closed
pberba opened this issue Jan 31, 2018 · 2 comments
Closed

CustomFields are not updated in update_case #66

pberba opened this issue Jan 31, 2018 · 2 comments
Assignees
Milestone

Comments

@pberba
Copy link

pberba commented Jan 31, 2018

Request Type

Bug

Problem Description

Changes to the customFields attribute of a case are not sent when using api.update_case(case)

Possible Solutions

Add customFields to the following lines,

update_keys = [
'title', 'description', 'severity', 'startDate', 'owner', 'flag', 'tlp', 'tags', 'resolutionStatus',
'impactStatus', 'summary', 'endDate', 'metrics'
]

@npratley
Copy link

npratley commented Feb 4, 2018

Thanks for the report @hawkcurry. When #57 is fixed update_case will take a list of fields to update so you will provide customFields as a parameter.

@nadouani nadouani added this to the 1.4.3 milestone Feb 7, 2018
@nadouani nadouani self-assigned this Feb 7, 2018
@nadouani
Copy link
Contributor

nadouani commented Feb 7, 2018

This is fixed by #57

@nadouani nadouani closed this as completed Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants