[As-designed] Adding new card type breaks saved views#802
|
|
I had some some nice views setup with a filter for ‘type is any’ when we then added a new card type to the project, those views broke. I’m not sure this is so much of a bug as it is an annoyance. What’d be nice is if mingle would figoure out how to maintain these views by altering the filters so that ‘type is any’ becomes type in (‘story’ ‘defect’ ‘overhead’) or something along those lines… |
|
|
Ben When you say the views broke you mean that they continued to return ‘any’ card type when in fact you wanted them to return only the card types that ‘any’ was before you added the new card type. Is that correct? If this is the case, this is behaving as designed. Although I can understand the behaviour you expected this a tricky one as it is equally likely that someone else may have created a view where they did want all cards types to be returned regardless of the card types newly created in the project. I do not know the specifics of the views that you are using but I have a couple of suggestions that may help you keep these views the way you expect them:
I hope this helps. If I have misunderstood the issue then please let us know and we will investigate the defect. Thanks Suzie |
