is it possible make field mandatory in doors ng other than title?
2 answers
Not in one operation. You have to create an attribute and then add the attribute to the artifact types you want it on - all of them in your case.
It's not possible to make attributes mandatory. There are enhancement requests on this topic so I'd recommend up-voting them in "Developerworks". This is the latest request -if you want to upvote it - here but that proposal is, in my opinion, quite dangerous because if implemented as described it won't let you save an artifact without entering data in a mandatory attribute. The thing with mandatory attributes is that populating with a value is part of the lifecycle of an artifact and in many cases you need a value at a certain place in the lifecycle and NOT always as soon as it is created or even when edited (if you didn't yet reach that state of the lifecycle). In my opinion you'd need to define a lifecycle per artifact type and then associate mandatory or not mandatory according to the lifecycle state.