Changes between Version 2 and Version 3 of GroupingAssignToPlugin


Ignore:
Timestamp:
Jun 21, 2011, 1:21:02 PM (13 years ago)
Author:
Patrick Schaaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GroupingAssignToPlugin

    v2 v3  
    1616The groups do not need to have any special permissions defined. Group resolution is done recursively (to a hardcoded depth of 5).
    1717
     18== Usage ==
    1819
    19 == Bugs/Feature Requests ==
     20First, make sure the FlexibleAssignToPlugin is installed and enabled.
    2021
    21 Existing bugs and feature requests for GroupingAssignToPlugin are
    22 [report:9?COMPONENT=GroupingAssignToPlugin here].
     22Install the plugin using setuptools ([http://trac.edgewall.org/wiki/TracPlugins how to]).
     23Activate the component in trac.ini like this:
    2324
    24 If you have any issues, create a
    25 [http://trac-hacks.org/newticket?component=GroupingAssignToPlugin&owner=bof new ticket].
     25{{{
     26[components]
     27groupingassignto.* = enabled
     28}}}
    2629
    27 == Download ==
     30Add a new section, headed {{{[groupingassignto]}}}. Put an '''owner_group = Some_Group'''
     31setting there - by default, any user who is directly or indirectly a member of that
     32group, will be shown in the Assign-To box.
    2833
    29 Download the zipped source from [download:groupingassigntoplugin here].
     34For each individual workflow step where you would like to have a different list of
     35usernames in the Assign-To box, write a workflow setting {{{<stepname>.owner_group = Some_Other_Group}}}.
    3036
    31 == Source ==
    32 
    33 You can check out GroupingAssignToPlugin from [http://trac-hacks.org/svn/groupingassigntoplugin here] using Subversion, or [source:groupingassigntoplugin browse the source] with Trac.
     37Instead of single group names, you can also list multiple group names separated by a pipe symbol,
     38like this: {{{<stepname>.owner_group = This_Group | That_Group}}}. The Assign-To box will list
     39all users who are member of either group.
    3440
    3541== Example ==
     
    5056}}}
    5157
     58== Bugs/Feature Requests ==
     59
     60Existing bugs and feature requests for GroupingAssignToPlugin are
     61[report:9?COMPONENT=GroupingAssignToPlugin here].
     62
     63If you have any issues, create a
     64[http://trac-hacks.org/newticket?component=GroupingAssignToPlugin&owner=bof new ticket].
     65
     66== Download ==
     67
     68Download the zipped source from [download:groupingassigntoplugin here].
     69
     70== Source ==
     71
     72You can check out GroupingAssignToPlugin from [http://trac-hacks.org/svn/groupingassigntoplugin here] using Subversion, or [source:groupingassigntoplugin browse the source] with Trac.
     73
    5274== Recent Changes ==
    5375