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

  • addCommentPosts a comment on the specified issue on behalf of the specified user. Returns a number representing the id of the comment.
  • deleteCommentDeletes a comment with the specified id, deletes the latest comment or deletes all comments from a given issue.
  • editCommentEdits a comment with the specified id and text. Optional, you can edit the security level for comment. Returns the comment representation after the edit.
  • getAllCommentIdsGets all the comment ids that are already entered on an issue.
  • getAllUsersReturns a list of all active and inactive users in Jira.
  • getCommentReturns 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.
  • getLastCommentGets all the comment properties for the last issue comment.

See also