Discussion
Ocbc Bank
SG
Last activity: 5 Jul 2016 21:44 EDT
How to pass Array(String Values) to Page List?
This is may JSON Request, First two values are populated correctly and we are unable to set third value ("fields"). I tried "fields" as both page and pageList. we are trying to pass the array values to "fields". Example:- "fields": ["Test1","Test2","Test3"]
Please help me on this.
{ "jql":"summary ~ implement and summary ~ basic",
"startAt": 0,
"maxResults": 10,
"fields": ["Test1","Test2","Test3"] }
Thanks in advance.
Anil G