{
"id": 1,
"state": "to_do",
"type": "type",
"type_description": "Long description",
"description": "Issue description",
"location": "where?",
"store_id": 1000,
"created_at": "2020-11-30T17:12:46.435Z",
"updated_at": "2020-11-30T17:12:46.435Z?",
"attachments": [] // list of attachments - see Issue attachment
}| Key | Type | Optional | Description |
|---|---|---|---|
| id | integer | no | |
| state | string | no | issue state |
| type | string | no | issue type key |
| type_description | string | no | issue type name |
| description | string | no | issue description |
| location | string | yes | location |
| store_id | integer | no | |
| created_at | datetime | no | Time of creation |
| updated_at | datetime | no | Time of creation |
| attachments | array | yes | List of issue attachments |
{
"url": "http://image.com/image.jpg",
"sub_identifier": "file1"
}| Key | Type | Optional | Description |
|---|---|---|---|
| url | string | no | |
| sub_identifier | string | yes |