The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | isPublicJSDComment(jsdCommentId) | Package | | Alias | | Pkg Usage | |
|
Excerpt |
---|
|
This routine returns the type of comment, if the comment is public, the routine will return "true"otherwise it will return "false". |
This routine returns the type of comment, if the comment is public, the routine will return "true"otherwise it will return "false".
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
jsdCommentId | Number | Yes | The id of the JSD comment |
|
Boolean (true/false)
If the comment is public, the routine will return "true" otherwise it will return "false".
Th following code will return "true" if the last comment in that issue is external and "false" otherwise.
Code Block |
---|
isPublicJSDComment(getLastComment(key)["id"]); |
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jsd_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.