Project

General

Profile

Project identifier generation from parents.

Added by Mauro Condarelli over 6 years ago

Hi,
is it possible to generate project identifiers from the parent list?

I mean:
if I have the following project structure and desired identifiers:

  • customer1 ---> customer1
    • projectA ---> customer1-projectA
      • Harwdare ---> customer1-projectA-hardware
      • Software ---> customer1-projectA-software
    • projectB ---> customer1-projectB
      • Harwdare ---> customer1-projectB-hardware
      • Software ---> customer1-projectB-software
  • customer2 ---> customer2
    • projectA ---> customer2-projectA
      • Harwdare ---> customer2-projectA-hardware
      • Software ---> customer2-projectA-software

Is it possible (without writing a specific plugin)?