How Can I Hide "Estimate" Attribute Like I Can Other Attributes?
I am trying to configure an RTC screen where certain attributes show up depending on the "State". This works great with most attributes. They all have the "Hide in Workflow States" option. But "Estimate" does not! Is there a reason that "Estimate" does not have this same capability to "Hide"? I tired creating my own "Estimate" attribute, but that fails the same. Is it because I am using Type "Duration"?
I did a quick search of this Forum and didn't find that anyone else has asked this before.
Accepted answer
In the "Estimate" presentation "Properties" section, you can add a key "hideIfInState" and assign a workflow state in the value. In the process configuration source it will look as:
<presentation attributeId="com.ibm.team.workitem.attribute.duration" kind="com.ibm.team.apt.kind.internal.estimate">
<property key="hideIfInState" value="com.ibm.team.workitem.defectWorkflow.state.s2"/>
</presentation>
Comments
showing 5 of 7
show 2 more comments