JIRA plugin pack
Description
This plugin contains set of JIRA workflow elements: conditions, validators and post functions. Also it include an instrument to set choosed dashbloards to selected users or group.Information
| Name | JIRA plugin pack |
|---|---|
| Version | 0.0.4 |
| Author(s) | Ganzha Vitaliy |
| Homepage | http://bytes.org.ua/products/jira-plugin-pack/ |
| Price | Free! |
| License | BSD |
| IssueTracking | http://code.google.com/p/jira-plugin-pack/issues/list |
| Download | http://bytes.org.ua/downloads/jira-plugin-pack/ |
| Source | http://jira-plugin-pack.googlecode.com/svn/trunk/ |
| Page on JIRA Extensions Site | http://confluence.atlassian.com/display/JIRAEXT/JIRA+Plugin+Pack/ |
Installation
1. Copy the jar listed above into JIRA’s WEB-INF/lib directory. 2. Restart JIRA. 3. Enjoy!Features
Issue hasn’t unclosed subtask (workflow condition) – allow to execute transition only if all issue’s subtasks are closed:
User in/not in specified group (workflow condition) – allow only users in (or not in) a given group to execute a transition:
User in/not in specified field (workflow condition) – allow only users in (or not in) a given field to execute a transition:
Assign to parent issue assignee (workflow post function) – The issue (sub-task) will be assigned to the parent issue assignee:

Set field value from User (User gets from field) Property value (workflow post function) – The value of selected field will be taken from Properties of User from field:
Add user to watcher list (workflow post function) – Add user (Assignee, Current, Reporter or selected user from multi select) to watcher list:
Assign issue to group member (workflow post function) – Issue is assigned to the first member of group from selected Group Select Custom Field:

Assign to parent issue reporter (workflow post function) – The issue (sub-task) will be assigned to the parent issue reporter;
Regular Expression Match Validator – The value of the field must mutch to the specified pattern (Supports Perl-style patterns – http://www.perl.com/doc/manual/html/pod/perlre.html)

Compare Date Field With Current Date (workflow validator) -Compare date field with current date during a workflow transition. Based on JIRA Suite Utilities plugin:
Administer user dashboards (webwork action) – allows to set custom dashboards to users or groups. After you have this plugin installed, in your administration menu appear link: User Dashboards
- Regular Expression Custom Field – all values of this field will be matched specified pattern.







My LinkedIn Account
Vitaliy –
I have taken your JIRA plugin pack and made a new version 0.0.2 that converted the project into a more common JIRA plugin format, using the maven commands, etc.
The main additional functionality I have added is to allow any specific user to be picked for the “Add Watchers” post function.
I would like to commit this code to the Google Code project. Please let me know how.
Best,
Lon
Hi Lon!
First of all, I want to thank you for your interest in this plugin!
Do you have any Google account email address? I you have it, I will add you as commiter to project, if not – I have to find another way.
Nice work! I need the Add watcher post workflow function.. Any chance this will work in Jira 4.1?
Cheers,
Trevor
@Trevor
Hi Trevor!
Thank you for comment.
I’ll make research about compatibility this plugin with JIRA 4.x and soon will submit new version.
Also feel free to modify this plugin for your need and I can commit this changes to repository.
I am interested in adding watchers to the new created issues. Can it be done with your plugin?
Hi Bobby!
Yes, you can add user (reporter,assignee or currenct user) using this plugin.
Use Post function Add user to watcher list to the Create transition to JIRA workflow.