Package com.atlassian.jira.issue.util
Class InlineIssuePropertySetter
java.lang.Object
com.atlassian.jira.issue.util.InlineIssuePropertySetter
This helper component allows issue create / update to "inline" set issue properties
at the time of the operation (versus afterwards via the Issue Properties API)
-
Constructor Summary
ConstructorsConstructorDescriptionInlineIssuePropertySetter
(JsonEntityPropertyManager jsonEntityPropertyManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setIssueProperties
(ApplicationUser user, Long issueId, Map<String, String> properties, boolean dispatchEvent) Called to set issue properties on an issue from the "inside"
-
Constructor Details
-
InlineIssuePropertySetter
-
-
Method Details
-
setIssueProperties
public void setIssueProperties(ApplicationUser user, Long issueId, Map<String, String> properties, boolean dispatchEvent) Called to set issue properties on an issue from the "inside"- Parameters:
user
- the user in playissueId
- the id of the issue in playproperties
- the map of issue properties to setdispatchEvent
- whether an event should be dispatched
-