Record
post-repositories-workspace-repo-slug-issues-params
No description available.
record post-repositories-workspace-repo-slug-issues-params {
repo-slug: string,
workspace: string,
type-op: string,
assignee: option<account>,
component: option<component>,
content: option<issue-content>,
created-on: option<string>,
edited-on: option<string>,
id: option<s32>,
kind: option<issue-kind-enum>,
links: option<issue-links>,
milestone: option<milestone>,
priority: option<issue-priority-enum>,
reporter: option<account>,
repository: option<repository>,
state: option<issue-state-enum>,
title: option<string>,
updated-on: option<string>,
version: option<version>,
votes: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| repo-slug | string | |
| workspace | string | |
| type-op | string | |
| assignee | option<account> | |
| component | option<component> | |
| content | option<issue-content> | |
| created-on | option<string> | |
| edited-on | option<string> | |
| id | option<s32> | |
| kind | option<issue-kind-enum> | |
| links | option<issue-links> | |
| milestone | option<milestone> | |
| priority | option<issue-priority-enum> | |
| reporter | option<account> | |
| repository | option<repository> | |
| state | option<issue-state-enum> | |
| title | option<string> | |
| updated-on | option<string> | |
| version | option<version> | |
| votes | option<s32> |