Skip to end of banner
Go to start of banner

isPublicJSDComment (Power Scripts)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.

Description

This routine returns the type of comment, if the comment is public, the routine will return "true"otherwise it will return "false".

Parameters

Return Type

Boolean (true/false)

If the comment is public, the routine will return "true" otherwise it will return "false".

Example

Th following code will return "true" if the last comment in that issue is external and "false" otherwise.

isPublicJSDComment(getLastComment(key)["id"]);

See also

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels