jira.js
Guide
GitHub
Preparing search index...
server
setPinComment
Function setPinComment
setPinComment
(
client
:
Client
,
parameters
:
{
body
:
boolean
;
id
:
string
;
issueIdOrKey
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
void
>
Pins a comment to the top of the comment list.
Parameters
client
:
Client
parameters
:
{
body
:
boolean
;
id
:
string
;
issueIdOrKey
:
string
}
body
:
boolean
id
:
string
Comment id
issueIdOrKey
:
string
Issue id or key
Optional
options
:
RequestOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Pins a comment to the top of the comment list.