Comment Routines
Comment Routines
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
This section contains routines that enable users to handle comments. |
Routines summary
- addComment — Posts a comment on the specified issue on behalf of the specified user. Returns a number representing the id of the comment.
- deleteComment — Deletes a comment with the specified id, deletes the latest comment or deletes all comments from a given issue.
- editComment — Edits a comment with the specified id and text. Optional, you can edit the security level for comment. Returns the comment representation after the edit.
- getAllCommentIds — Gets all the comment ids that are already entered on an issue.
- getAllUsers — Returns a list of all active and inactive users in Jira.
- getComment — Returns the comment entered in a transition screen, or an empty string if no comment has been entered or the transition doesn't have a screen.
- getLastComment — Gets all the comment properties for the last issue comment.
See also
, multiple selections available,