Overview
The comments that are added to the issue
Issue Comment Object
Attributes
-
created_by
,updated_by
uuidThese values are auto saved and represent the id of the user that created or updated the module
-
created_at
timestampThe timestamp of the time when the project was created
-
updated_at
timestampThe timestamp of the time when the project was last updated
-
comment_html
html *string (required)*HTML string version of the comment
-
comment_stripped
stringStripped string version of the comment
-
access
stringIf the comment should be visible externally also if the project is published or not. Takes in two values
- INTERNAL
- EXTERNAL
-
project
uuidIt contains projects uuid which is automatically saved.
-
workspace
uuidIt contains workspace uuid which is automatically saved
-
issue
uuidThe issue the activity is attached to
-
actor
uuidUUID of the user who commented.