Record
issue
No description available.
record issue {
assignee: option<user-basic>,
author: option<user-basic>,
confidential: option<string>,
created-at: option<string>,
description: option<string>,
downvotes: option<string>,
due-date: option<string>,
id: option<string>,
iid: option<string>,
labels: option<string>,
milestone: option<milestone>,
project-id: option<string>,
state: option<string>,
subscribed: option<string>,
title: option<string>,
updated-at: option<string>,
upvotes: option<string>,
user-notes-count: option<string>,
web-url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| assignee | option<user-basic> | |
| author | option<user-basic> | |
| confidential | option<string> | |
| created-at | option<string> | |
| description | option<string> | |
| downvotes | option<string> | |
| due-date | option<string> | |
| id | option<string> | |
| iid | option<string> | |
| labels | option<string> | |
| milestone | option<milestone> | |
| project-id | option<string> | |
| state | option<string> | |
| subscribed | option<string> | |
| title | option<string> | |
| updated-at | option<string> | |
| upvotes | option<string> | |
| user-notes-count | option<string> | |
| web-url | option<string> |