View Issue Details

IDProjectCategoryView StatusLast Update
0025108mantisbtapi restpublic2018-12-21 04:46
Reportervboctor Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version2.18.0 
Summary0025108: Changing Project ID should map the Category to new project
Description

If an issue project id is updated, the category continues to map to a category in the old project.

The correct behavior is:

  • If category is global and is inherited by target project, then leave as is.
  • If category with same name exists in target project, map to it.
  • If no matching category and $g_default_category_for_moves exists and is a global category, map to $g_default_category_for_moves, else map to General category.
TagsNo tags attached.

Activities

atrol

atrol

2018-12-21 02:31

developer   ~0061088

Updated description to consider $g_default_category_for_moves

dregad

dregad

2018-12-21 04:46

developer   ~0061090

else map to General category.

What happens if General category does not exist (i.e. admin deleted it) ?