/
getCustomKeywordIndexValue
getCustomKeywordIndexValue
Description
Gets the stored value for a given custom jql keyword, registered via Power Scripts. NOTE: The keyword must be already in the system!
Parameters
Return Type
string
The value of the field, as a string
Example
return getCustomKeywordIndexValue("TEST-123", "customKeyword");
Returns the value of the keyword index for "customKeyword" for issue TEST-123.
See also
Peacock
, multiple selections available,
Related content
setCustomKeywordIndexValue
setCustomKeywordIndexValue
More like this
Custom Keywords
Custom Keywords
More like this
getIssueEntityPropertyKeys
getIssueEntityPropertyKeys
More like this
Custom Keywords
Custom Keywords
More like this
selectIssues
selectIssues
More like this
selectIssues
selectIssues
More like this