Open 2xyo opened 9 years ago
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.
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 :
Any idea ?
Update : I think it's to the bug #99520.