Class InlineIssuePropertySetter

java.lang.Object
com.atlassian.jira.issue.util.InlineIssuePropertySetter

@InjectableComponent public class InlineIssuePropertySetter extends Object
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 Details

  • 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 play
      issueId - the id of the issue in play
      properties - the map of issue properties to set
      dispatchEvent - whether an event should be dispatched