Is a Default Value or Calculated Value script supported for Subscribers attribute?
One answer
Comments
Ralph,
There is an attribute definition for subscriptions, but a regular contributor UUID result from a script causes an exception:
<attributeDefinition id="com.ibm.team.workitem.attribute.subscriptions" name="Subscribed By" type="subscriptions">
<dependsOn id="category"/>
<dependsOn id="target"/>
<defaultValueProvider providerId="com.ibm.team.ims.attribute.defaultValueProvider.owner"/>
</attributeDefinition>
!MESSAGE An internal error has occurred.
!STACK 0
com.ibm.team.repository.common.TeamRepositoryException: Internal error
at com.ibm.team.apt.internal.ide.ui.common.structure.JavaScriptItemMovePolicy.executeCreate(JavaScriptItemMovePolicy.java:487)
... more
Do you know what kind of result it is looking for? And if there is a way to supply it via scripts?
Thanks