setIssueEntityPropertyValue
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center?Ā Click hereĀ !
The availability of the users personal data may be impacted by the recent changes by Atlassian in order to meet GDPR compliance. See the following for more information:
Availability
- This routine is available for Jira cloud deployment options.
Syntax
setIssueEntityPropertyValue(issueKey, propertyKey, propertyValue)
Description
Adds or updates an already existing property of an entity (seeĀ jira entity properties)
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
issueKey | String | Yes | Key of the selected issue. |
propertyKey | String | Yes | Property key |
propertyValue | String | Yes | Value to set for the property. |
Return type
none
The returned value has no meaning.
Example
|
Example 2 (cloud)
|
See also