mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-01-07 23:01:48 +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"
|
||
|
}
|
||
|
}
|
||
|
]
|