Skip to content

Provide a list for a custom field #42

Description

@2xyo

Hi,

I have list of IP as custom field. The adding of one IP works fine but adding a list of IP fails. I have tried with the following syntax :

"CF.{IP src}":  "1.1.1.1\n1.1.1.2"
"CF.{IP src}":  "1.1.1.1, 1.1.1.2"
"CF.{IP src}":  ["1.1.1.1","1.1.1.2"]
"CustomField-8":  "1.1.1.1\n1.1.1.2"
"CustomField-8":  ["1.1.1.1","1.1.1.2"]

Any idea ?

Update : I think it's to the bug #99520.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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