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 | refreshIssue(key) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Refreshes the issue. |
Refreshes the issue in the interpreter. Issue MUST not be modified in the current script. Returns true if the issue is refreshed (reloaded from Jira). Use it only in certain cases, as it may cause unnecessary slowness
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
key | string | Yes | Issue key. | |
Return Type
boolean
Returns true if the issue is refreshed, false if not.
Example
Assuming customfield_12345 is always asynchronously set by another addon...
Code Block |
---|
|
string k = "THEPRJ-666";
while(%k%.customfield_12345 == null) {
refreshIssue(k);
} |
Issue is refreshed, careful usage is advised
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "issue_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|