Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
JiraResolveIssue | JiraResolveIssue | jira-workitem | mvel: new org.jbpm.process.workitem.jira.ResolveIssueWorkitemHandler("userName", "password", "repoURI") |
Name | Type | Required |
---|---|---|
ResolutionComment | new StringDataType() | false |
IssueKey | new StringDataType() | true |
Resolution | new StringDataType() | true |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | jira-workitem | 7.48.1-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
userName password repoURI |
Jira user Jira password Repository URI |
https://www.atlassian.com/software/jira |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
JiraCreateIssue | JiraCreateIssue | jira-workitem | mvel: new org.jbpm.process.workitem.jira.CreateIssueWorkitemHandler("userName", "password", "repoURI") |
Name | Type | Required |
---|---|---|
ProjectKey | new StringDataType() | true |
AssigneeName | new StringDataType() | false |
ReporterName | new StringDataType() | false |
IssueDescription | new StringDataType() | false |
IssueSummary | new StringDataType() | false |
IssueType | new StringDataType() | false |
ComponentName | new StringDataType() | false |
Name | Type |
---|---|
CreatedIssueKey | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | jira-workitem | 7.48.1-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
userName password repoURI |
Jira user Jira password Repository URI |
https://www.atlassian.com/software/jira |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
JiraAddComment | JiraAddComment | jira-workitem | mvel: new org.jbpm.process.workitem.jira.AddCommentOnIssueWorkitemHandler("userName", "password", "repoURI") |
Name | Type | Required |
---|---|---|
Comment | new StringDataType() | true |
IssueKey | new StringDataType() | true |
Commenter | new StringDataType() | false |
CommentVisibleTo | new StringDataType() | false |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | jira-workitem | 7.48.1-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
userName password repoURI |
Jira user Jira password Repository URI |
https://www.atlassian.com/software/jira |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
JiraJqlSearch | JiraJqlSearch | jira-workitem | mvel: new org.jbpm.process.workitem.jira.JqlSearchWorkitemHandler("userName", "password", "repoURI") |
Name | Type | Required |
---|---|---|
SearchQuery | new StringDataType() | true |
Name | Type |
---|---|
SearchResults | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | jira-workitem | 7.48.1-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
userName password repoURI |
Jira user Jira password Repository URI |
https://www.atlassian.com/software/jira |