mirror of
https://github.com/interviewstreet/go-jira.git
synced 2024-11-28 08:39:03 +02:00
34 lines
561 B
JSON
34 lines
561 B
JSON
[
|
|
{
|
|
"id": "description",
|
|
"name": "Description",
|
|
"custom": false,
|
|
"orderable": true,
|
|
"navigable": true,
|
|
"searchable": true,
|
|
"clauseNames": [
|
|
"description"
|
|
],
|
|
"schema": {
|
|
"type": "string",
|
|
"system": "description"
|
|
}
|
|
},
|
|
{
|
|
"id": "summary",
|
|
"key": "summary",
|
|
"name": "Summary",
|
|
"custom": false,
|
|
"orderable": true,
|
|
"navigable": true,
|
|
"searchable": true,
|
|
"clauseNames": [
|
|
"summary"
|
|
],
|
|
"schema": {
|
|
"type": "string",
|
|
"system": "summary"
|
|
}
|
|
}
|
|
]
|