Label: workflow

Content with label workflow in JIRA Extensions (See content from all spaces)
Related Labels: extension, velocity, field, plugins, email, support, validator, post, custom, condition, plugin, function

Assign From Customfield Plugin
Name Assign from Customfield Workflow Plugin Version 1.2 Product Versions JIRA 3.4\ Author(s) phil Homepage Price free\! License BSD http://www.opensource.org/licenses/bsdlicense.php JavaDocs IssueTracking Download JAR assignfromcustomfieldplugin1.3.jar Download Source ...
Other labels: plugin
Assign to component lead function
user has kindly posted their workflow function to assign an issue to a component lead: http://forums.atlassian.com/thread.jspa?messageID=257223028&#257223028 It could be dropped asis into the src/ directory of the JIRA webapp directory and compiled, but in the longterm needs to be packaged as a plugin
Other labels: plugin
Assign To Role Member workflow function
Name AssignToRoleMember Version 1.3.2 Product Versions Author(s) stanoislav Homepage Price License JavaDocs IssueTracking Download JAR 1.3.2 jiraatlassianprojectassignto1.3.2.jar Download Source 1.3.2 jiraatlassianprojectassignto1.3.2.jarsrc.zip Description/Features This plugin contains 2 functions: 1. Assign the isssue ...
Other labels: plugins
Auto-Assign Issue using custom field
code was written using a more complicated example pulling values from the new 'cascadeselect' custom field type so it might not work, but it should get you very close. ... Note: You (the developer) will want to modify this code to whatever package ...
Other labels: plugin
blockingLinksClosed Condition subroutine
subroutine can be used to not allow users to transition an issue which is linked via linktype 'Blocking' to issues not in a user specified state. (you could easily extend this routine to allow the linktype to be userspecified as well) When using the condition in a JIRA ...
Other labels: condition, plugin
CJH JIRA Workflow Plugins
Name CJH JIRA Workflow Plugins Version 0.5 Product Versions JIRA 3.7\ Author(s) hille@idealversicherung.de Homepage Price License JavaDocs IssueTracking Download JAR cjhjiraplugins0.5.jar Download Source cjhidealpluginssrc0.5.zip CJH JIRA Workflow Plugins This is a bunch of small ...
Other labels: plugins
Clear Custom Field value
Implemented in Jira Suite Utilities from version 0.6EA1 http://confluence.atlassian.com/display/JIRAEXT/JIRASuiteUtilities \Search it in Jira Suite Utilities\ Here is code for a post function to clear / void a custom field of an issue. However, please take note ...
Other labels: plugin
Create Sub-Task on transition
Create subtasks on transition between workflow steps Name Create SubTask on transition Version 1.2.1 Author amkhullar & Samuel John Download v1.2.1 for Jira 3.11 createsubtaskontransition1.2.1.jar Source Source v1.2.1 Create Sub task on Transition.rar Description and features ...
Other labels: plugin
Custom Workflow Condition Skeleton
general' workflow condition skeleton which can be used to call the example condition subroutines which link to this page. Some conditions will use different parameters than what's used in this example. package com.newisys.jira.workflow.condition; import org.apache.log4j.Category; import org.ofbiz.core.entity.GenericValue; import ...
Other labels: condition, plugin
Display All Comments (Historical Log) in JIRA Emails
When using JIRA as a forwardfacing support system, you might want to show users a summary of ALL comments made, not just the most recent. Here's my solution\! I basically wanted to be able to show a comment history in JIRA's Velocity ...
Other labels: email, extension, plugin, velocity, plugins, support