refreshIssue

refreshIssue

 

Syntax

refreshIssue(key)

Package

 

Alias

 

Pkg Usage

 

Description

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

Parameter name

Type

Required

Description

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...

string k = "THEPRJ-666"; while(%k%.customfield_12345 == null) { refreshIssue(k); }

Issue is refreshed, careful usage is advised

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.