blah.set_owner = username
where username is a specific name. e.g.
blah.set_owner = hussey
On Wed, May 7, 2008 at 6:05 AM, Sean Hussey <[EMAIL PROTECTED]> wrote:
>
> Which version are you in? I can't seem to get blah.set_owner =
> username to work. Is username in quotes? Anything special about it?
>
>
>
> On Fri, May 2, 2008 at 7:44 AM, Christian Unger <[EMAIL PROTECTED]> wrote:
> >
> > ok I found the solution to my first question:
> >
> >
> > deploy = fixed -> deployed
> > deploy.operations = set_resolution, set_owner
> > deploy.set_owner = username
> > deploy.permissions = TICKET_MODIFY
> >
> >
> > now on to my 2nd, anyone?
> > :-)
> >
> >
> > cu
> > christian unger
> >
> >
> >
> >
> >
> >
> > On 02.05.2008, at 11:29, cunger wrote:
> >
> > >
> > >
> > > Hi,
> > >
> > > while I am currently playing around with the Configurable Ticket
> > > Workflow in trac 0.11, two questions came to my mind and I do not seem
> > > to find a documented solution to them.
> > >
> > >
> > > 1 - Is it possible to assign default values to specific stages of a
> > > workflow?
> > >
> > > the idea is to define one person who is always responsible for the
> > > processing of the report in a specific stage,
> > > say you have committed your fix into the repository and mark the
> > > report as fixed.
> > > the fact that the report's soultion is set to fixed should propagate
> > > it's status to say 'deployed' and set the owner of the report to the
> > > person responsible for deploying the next version of the product to
> > > QA.
> > >
> > > The section of the workflow would look somewhat like this:
> > >
> > > deploy = fixed -> deployed
> > > deploy.operations = set_resolution, set_owner_to_('Username')
> > > deploy.permissions = TICKET_MODIFY
> > >
> > > Is this possible?
> > >
> > >
> > >
> > > 2 - Make specific ticket properties inaccessible for reporters
> > > upon ticket creation the reporter schould only be able to set the
> > > values of a subset of the available fields.
> > >
> > > How do I configure this?
> > >
> > >
> > > cu
> > > christian unger
> > >
> > >
> > > >
> >
> >
> > >
> >
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---