View Issue Details

IDProjectCategoryView StatusLast Update
0006512mantisbtbugtrackerpublic2009-12-28 11:02
Reporterpstephan Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Fixed in Version1.1.0a1 
Summary0006512: Specify multiple relationships at one time
Description

I would like to be able to specify that multiple items are children of another. This would be helpful as the system gets very slow when updating an item that has been child relationships. So instead of adding more one-at-a-time, allowing the user to enter a comma separated list if issues could make things easier.

For example, assume I want to make issues 1, 2, 5, 10, 25, and 30 all children of issue 100. Instead of adding each relationship one-at-a-time for a total of 6 times, could the user instead enter a string like this: 1, 2, 5, 10, 25, 30 and then click on Add only once. There would still be the same delay, but the user wouldn't have to wait after each one to enter the next relationship.

TagsNo tags attached.

Relationships

related to 0011316 closeddregad Allow to add mutliple user to monitor list 

Activities

vboctor

vboctor

2005-12-19 08:51

manager   ~0011817

We probably should support the following two formats:

1,2,3,4
1|2|3|4

The reason for supporting | is that it is used to add multiple categories or multiple versions in the manage project page.

ericb

ericb

2006-03-31 13:24

reporter   ~0012452

I was going to request this feature, but, figured I would search for it first. I'm glad to see that it has already been requested. I'm adding a note to show that I'm also interested in this feature.

I also wanted to comment that I would prefer to see support for commas becuase it is the character most users would think to use. Using | would require more training.

vboctor

vboctor

2006-04-10 07:48

manager   ~0012482

This is now supported using both ',' and '|' as separators.