Info | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Table plus | ||||||||||||
| ||||||||||||
|
...
|
...
Parameter name
...
Type
...
|
Description
...
Excerpt |
---|
...
Yes for Jira cloud
...
The key of the issue, this parameter exists for the cloud deployment option only.
Note |
---|
On the server version, the issue key parameter doesn't exist, while on the cloud version it is mandatory, and the order of the parameters should be as follows: |
...
commentId
...
number
...
Yes
...
Id of the issue comment
Description
Excerpt | ||
---|---|---|
| ||
Gets all the comment properties for a given id. |
Gets all the comment properties for a given id.
...
Return type
The comment representation with the following keys:
...
Key name
...
Description
...
id
...
Id of the issue comment.
...
Example
...
Parameters
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Return Type
JComment
true
Example
Code Block |
---|
number [] arr = getAllCommentIds(argv["key"]); for(number x in arr) { JComment cmt = getCommentById(x); runnerLog("Got comment:" + cmt["text"]); } |
See also
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|