Record
add-comment-params
No description available.
record add-comment-params {
issue-id-or-key: string,
expand: option<string>,
author: option<comment-author>,
body: option<string>,
created: option<string>,
id: option<string>,
jsd-author-can-see-request: option<bool>,
jsd-public: option<bool>,
properties: option<list<entity-property>>,
rendered-body: option<string>,
self: option<string>,
update-author: option<comment-update-author>,
updated: option<string>,
visibility: option<comment-visibility>,
}Fields
| Name | Type | Description |
|---|---|---|
| issue-id-or-key | string | |
| expand | option<string> | |
| author | option<comment-author> | |
| body | option<string> | |
| created | option<string> | |
| id | option<string> | |
| jsd-author-can-see-request | option<bool> | |
| jsd-public | option<bool> | |
| properties | option<list<entity-property>> | |
| rendered-body | option<string> | |
| self | option<string> | |
| update-author | option<comment-update-author> | |
| updated | option<string> | |
| visibility | option<comment-visibility> |