HideIfCreation doesn't work if workitem type is modified
Hi,
Following is the scenario :-
a. I create a workitem of type 'Defect' and save it.
b. Now, I change its Type to our custom type 'CMVCDefect', and synchronize the editor view, which has custom attributes marked as hidden at creation time.
c. The custom attributes marked as "hideIfCreation=true" get visible in the custom tab.
I understand that the workitem is not being created, it is being transformed to a different type, which causes the hideIfCreation flag to be ignored.
Is there an alternative way to achieve hiding attributes (at creation time) after changing workitem-type ?
Thanks,
Atul
Following is the scenario :-
a. I create a workitem of type 'Defect' and save it.
b. Now, I change its Type to our custom type 'CMVCDefect', and synchronize the editor view, which has custom attributes marked as hidden at creation time.
c. The custom attributes marked as "hideIfCreation=true" get visible in the custom tab.
I understand that the workitem is not being created, it is being transformed to a different type, which causes the hideIfCreation flag to be ignored.
Is there an alternative way to achieve hiding attributes (at creation time) after changing workitem-type ?
Thanks,
Atul
Accepted answer
Hello Atul,
I tested your use case using RTC 4.0.1 and found that both Eclipse and Web UI behave as expected.
Added a simple boolean and presentation to defect type in a SCRUM PA - Hide On Creation selected
1 - create a task
2 - switch to defect type
--> custom attribute is not displayed
3 - save
--> custom attribute is displayed
Did you test with RTC 4.0.1? Can you do the above test?
What is the version you are using?
Thanks.
Eric.
I tested your use case using RTC 4.0.1 and found that both Eclipse and Web UI behave as expected.
Added a simple boolean and presentation to defect type in a SCRUM PA - Hide On Creation selected
1 - create a task
2 - switch to defect type
--> custom attribute is not displayed
3 - save
--> custom attribute is displayed
Did you test with RTC 4.0.1? Can you do the above test?
What is the version you are using?
Thanks.
Eric.
Comments
1 vote
2 other answers
How can I do "Hide In Workflow States" ?
Any references on its usage ?
Any references on its usage ?
Comments
1 vote