tempoSetAccountForIssue
Description
Sets the issue account. Returns true if the set has been performed.
Parameters
Return Type
Boolean
Examples
Example 1
tempoSetAccountForIssue(issueKey, account);
Sets the given account to the given issue, no matter if the account is not defined for that project.
Example 2
tempoSetAccountForIssue(issueKey, account, false);
Sets the given account to the given issue, only if the account is defined for that project.
See also