/
addJSDComment
addJSDComment
Description
Posts a comment on the specified issue. Returns a number representing the id of the comment.
Parameters
Return Type
Number
The returned number represents the id of the comment.
Examples
Example 1
Use the following code to add a public comment to the current issue.
addJSDComment(key, "I have executed a transition.");
The same can also be achieved with the following script:
addJSDComment(key, "I have executed a transition.", true);
Example 2
Use the following code to add an internal comment to the current issue.
addJSDComment(key, "you can't see me", false);
See also
Peacock
, multiple selections available,
Related content
addJSDComment
addJSDComment
More like this
addJSDComment
addJSDComment
More like this
addJSDComment (Power Scripts)
addJSDComment (Power Scripts)
More like this
addComment
addComment
More like this
addComment
addComment
More like this
isPublicJSDComment
isPublicJSDComment
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.