Re: change order property
Tom Ekberg <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Aaron, You need to specify which status you want to change. Something like this: sudo roundup-admin -i /var/lib/roundup/trackers/support set status2222 name=resolved order=9 Change 2222 to the id of your resolved status row. Otherwise it doesn't know which one you want to change. You might want to look at the man page for roundup-admin. The answer is there. Tom Ekberg Senior Computer Specialist, Lab Medicine University of Washington Medical Center 1959 NE Pacific St, MS 357110 Seattle WA 98195 cell: (253) 561-2509 email: [email protected] On Tue, 9 Jul 2013, Aaron Jonen wrote: > What is the command to change the order property of the status=resolved? > I am trying > sudo roundup-admin -i /var/lib/roundup/trackers/support set status name=resolved order=9 > > but i get > Traceback (most recent call last): > File "/usr/lib/pymodules/python2.6/roundup/admin.py", line 652, in do_set > cl.set(itemid, **props) > File "/usr/lib/pymodules/python2.6/roundup/backends/rdbms_common.py", line 1601, in set > propvalues = self.set_inner(nodeid, **propvalues) > File "/usr/lib/pymodules/python2.6/roundup/backends/rdbms_common.py", line 1645, in set_inner > raise ValueError('node with key "%s" exists'%value) > ValueError: node with key "resolved" exists > Error: node with key "resolved" exists > > > On Tue, Jul 09, 2013 at 08:09:46AM -0700, Aaron Jonen wrote: > >> How do I use roundup-admin to add a row to _status table in the database? >> I want to add an additional status of "updated". > > roundup-admin -i /path/to/tracker create status name=updated order=9 > > you may want to redefine the orders of the other stati if you > want a different order in the web interface. > > Ralf > -- > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Roundup-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/roundup-users > ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk