@InjectableComponent public class InlineIssuePropertySetter extends Object
| Constructor and Description |
|---|
InlineIssuePropertySetter(JsonEntityPropertyManager jsonEntityPropertyManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
setIssueProperties(ApplicationUser user,
Long issueId,
Map<String,org.codehaus.jackson.JsonNode> properties,
boolean dispatchEvent)
Called to set issue properties on an issue from the "inside"
|
public InlineIssuePropertySetter(JsonEntityPropertyManager jsonEntityPropertyManager)
public void setIssueProperties(ApplicationUser user, Long issueId, Map<String,org.codehaus.jackson.JsonNode> properties, boolean dispatchEvent)
user - the user in playissueId - the id of the issue in playproperties - the map of issue properties to setdispatchEvent - whether an event should be dispatchedCopyright © 2002-2017 Atlassian. All Rights Reserved.