Skip to content

EnterpriseCustomField xml export #256

@Vastyjoy

Description

@Vastyjoy

Can EnterpriseCustomField be exported to xml?
If so, what is the correct way to do it?

I use it somehow
addedTask.setEnterpriseCustomField (
properties.customFieldIndex,
objectMapper.writeValueAsString (customFields) .toByteArray ()
)

At the moment of work, the field is there, but it is not exported to xml
val writer = MSPDIWriter ()
writer.write (export.result, tempFile)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions