It's all about the answers!

Ask a question

is it possible make field mandatory in doors ng other than title?


aresha vora (219) | asked Oct 02 '20, 4:40 a.m.

is it possible make field mandatory in doorsng other than title? if so, how? as not getting any option in project/component properties to make field mandatory.

2 answers



permanent link
Ian Barnard (1.9k613) | answered Oct 02 '20, 10:12 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.


Comments
aresha vora commented Oct 04 '20, 12:48 p.m.

This way only attribute will added to artifact type and available during create/update of a artifact screen. but my purpose is to create mandatory field for create time.  as such only title is mandatory field. i want to create field which mandatory to set by end user during create.


permanent link
Adrian Haw (2741041) | answered Oct 19 '20, 3:30 a.m.
edited Oct 19 '20, 3:36 a.m.

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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.