JSON to see 2 or more fields as additional Options in Simple List Widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2017 02:13 PM
I have cloned the Simple List widget as my own. I am using Incident as the table with Short Description as the main field shown. I am trying to configure the JSON to show 2 additional fields; Priority and Number. I can only get one field to show. The second field (or third, etc) is just a dot.
Here is my JSON. Is there additional JSON or configuration in the Widget instance that I need to set up to allow more than one field.
{
"secondary_fields":{
"value" : "number, priority", "displayValue": "number, priority"
}
}
- Labels:
-
Service Catalog
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2017 07:30 AM
I just checked my two instances and my Helsinki Patch 9a has the secondary fields option while my Istanbul Patch 3a does not. I know development is aware of this issue and have obviously fixed it in a certain patch of Helsinki I am just not sure for Istanbul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2017 06:49 AM
Having the field for secondary fields was added in Jakarta. Until then, you'll have to use the JSON editor.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 03:23 AM