
rib.jira-workitem.7.7.0.Final.source-code.jira-workitem.json Maven / Gradle / Ivy
[
{
"name" : "JiraResolveIssue",
"displayName" : "JiraResolveIssue",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.jira.ResolveIssueWorkitemHandler()",
"parameters" : [
{
"name" : "ResolutionComment",
"type" : "new StringDataType()"
}
,{
"name" : "IssueKey",
"type" : "new StringDataType()"
}
,{
"name" : "Resolution",
"type" : "new StringDataType()"
}
],"
"mavenDependencies" : [
{
"groupId" : "com.atlassian.jira",
"artifactId" : "jira-rest-java-client",
"version" : "1.0"
}
],
"icon" : ""
}
,{
"name" : "JiraCreateIssue",
"displayName" : "JiraCreateIssue",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.jira.CreateIssueWorkitemHandler()",
"parameters" : [
{
"name" : "ProjectKey",
"type" : "new StringDataType()"
}
,{
"name" : "AssigneeName",
"type" : "new StringDataType()"
}
,{
"name" : "ReporterName",
"type" : "new StringDataType()"
}
,{
"name" : "IssueDescription",
"type" : "new StringDataType()"
}
,{
"name" : "IssueSummary",
"type" : "new StringDataType()"
}
,{
"name" : "IssueType",
"type" : "new StringDataType()"
}
,{
"name" : "ComponentName",
"type" : "new StringDataType()"
}
],"
"results" : [
{
"name" : "CreatedIssueKey",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "com.atlassian.jira",
"artifactId" : "jira-rest-java-client",
"version" : "1.0"
}
],
"icon" : ""
}
,{
"name" : "JiraAddComment",
"displayName" : "JiraAddComment",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.jira.AddCommentOnIssueWorkitemHandler()",
"parameters" : [
{
"name" : "Comment",
"type" : "new StringDataType()"
}
,{
"name" : "IssueKey",
"type" : "new StringDataType()"
}
,{
"name" : "Commenter",
"type" : "new StringDataType()"
}
,{
"name" : "CommentVisibleTo",
"type" : "new StringDataType()"
}
],"
"mavenDependencies" : [
{
"groupId" : "com.atlassian.jira",
"artifactId" : "jira-rest-java-client",
"version" : "1.0"
}
],
"icon" : ""
}
,{
"name" : "JiraJqlSearch",
"displayName" : "JiraJqlSearch",
"category" : "",
"description" : "",
"defaultHandler" : "mvel: new org.jbpm.process.workitem.jira.JqlSearchWorkitemHandler()",
"parameters" : [
{
"name" : "SearchQuery",
"type" : "new StringDataType()"
}
],"
"results" : [
{
"name" : "SearchResults",
"type" : "new StringDataType()"
}
],
"mavenDependencies" : [
{
"groupId" : "com.atlassian.jira",
"artifactId" : "jira-rest-java-client",
"version" : "1.0"
}
],
"icon" : ""
}
]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy