Table FILEATTACHMENTS
This view does not expose all file attachements, but only those which are available for user due to his JIRA permissions.
| Column | Type | Notes |
|---|---|---|
| ID | BIGINT NOT NULL | |
| ISSUE | BIGINT NOT NULL | Points to Table ISSUES |
| MIMETYPE | VARCHAR | |
| FILENAME | VARCHAR | |
| CREATED | DATIME | |
| FILESIZE | BIGINT | |
| AUTHOR | VARCHAR |
, multiple selections available,