Class CreateIssuePostFunction
java.lang.Object
com.atlassian.jira.dev.reference.plugin.workflow.CreateIssuePostFunction
- All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider
public class CreateIssuePostFunction
extends Object
implements com.opensymphony.workflow.FunctionProvider
Creates an issue in a post-function to test https://jira.atlassian.com/browse/JRA-26172
- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionCreateIssuePostFunction(IssueManager issueManager, IssueFactory issueFactory, JiraAuthenticationContext authenticationContext, IssueIndexManager issueIndexManager) -
Method Summary
-
Constructor Details
-
CreateIssuePostFunction
public CreateIssuePostFunction(IssueManager issueManager, IssueFactory issueFactory, JiraAuthenticationContext authenticationContext, IssueIndexManager issueIndexManager)
-
-
Method Details