{
    "customfieldId": "customfield_10200",
    "isCustomFieldMissing": false,
    "name": "Atlassian Community",
    "fieldType": "STANDARD",
    "datasource": {
        "name": "Atlassian Community",
        "category": "URL",
        "responseContentType": "JSON",
        "datasourceDefinitionId": "default:conf:3",
        "rootUrl": "https://forums.ni.com/api/2.0"
    },
    "datasourceDefinitionId": "default:conf:3",
    "customFieldMissing": false,
    "editView": {
        "widgetType": "READONLY",
        "fieldRequestConfiguration": {
            "query": "## Doc: https://community.atlassian.com/t5/Feedback-Forum-articles/Use-the-Community-API-to-query-tags/ba-p/618155 \n## and https://developer.khoros.com/khoroscommunitydevdocs/docs/using-liql\n## Datasource root url: https://community.atlassian.com/api/2.0/\n\n#if($issue.summary.length() < 3)\n  $query.abort()\n#end\nsearch?q=\n$util.encodeURI('SELECT id, view_href, subject, author.login, post_time_friendly, conversation.solved FROM messages WHERE subject MATCHES \"')\n$issue.summary.encodeURI()\n$util.encodeURI('\" AND depth=0 LIMIT 7')",
            "keyIndex": "0",
            "dateFormat": "TIMESTAMP_S",
            "jsonRootPath": "$.data.items",
            "jsonColumns": [
                {
                    "name": "id",
                    "path": "$.id"
                },
                {
                    "name": "url",
                    "path": "$.view_href"
                },
                {
                    "name": "subject",
                    "path": "$.subject"
                },
                {
                    "name": "author",
                    "path": "$.author.login"
                },
                {
                    "name": "date",
                    "path": "$.post_time_friendly"
                },
                {
                    "name": "solved",
                    "path": "$.conversation.solved"
                }
            ]
        },
        "fieldWidgetConfiguration": {
            "isMultiple": true,
            "isDisplayUnique": false,
            "noResultLabel": "No results",
            "maxSuggestions": 100,
            "editFirstDisplay": false,
            "nbLinesDefault": 0,
            "autoSelectUnique": false,
            "autoSelectAll": false,
            "alphaSort": false,
            "templateConfiguration": {
                "displayTemplateMode": "CUSTOM",
                "displayTemplate": "<div style=\"margin-bottom:10px\">\n  <span class=\"aui-icon aui-icon-small community-solved-{solved}\"></span><a href=\"{url}\" target=\"_blank\">{subject}</a>\n  <span style=\"color: #666;\">\n    by <span style=\"white-space:nowrap;\">{author}</span> (<span style=\"white-space:nowrap;\">{date}</span>)\n  </span>\n</div>",
                "displayTemplateHeader": "<style>\n  .community-solved-true:before {\n    content: \"\\f104\";\n  }\n  .community-solved-true {\n    color: rgb(57, 168, 117);\n    margin-right: 5px;\n  }\n  .community-solved-false {\n    display: none;\n  }\n</style>",
                "displayTemplateFooter": ""
            }
        }
    },
    "displayView": {},
    "advancedView": {
        "debuggerActive": false,
        "cacheActive": false,
        "bypassJqlSecurity": false
    }
}