is there Doc for Full_profile vs Small_profile
One answer
Hi Sam,
I have found following entry on Ralph Shon blog: http://rsjazz.wordpress.com/2012/10/29/using-work-item-queris-for-automation/
Here is the interesting part of the blog:
I usually use
Let us know what another information you need.
I have found following entry on Ralph Shon blog: http://rsjazz.wordpress.com/2012/10/29/using-work-item-queris-for-automation/
Here is the interesting part of the blog:
I usually use
SMALL_PROFILE
or
FULL_PROFILE
. The
SMALL_PROFILE
provides
PROJECT_AREA_PROPERTY, ID_PROPERTY, TYPE_PROPERTY, SUMMARY_PROPERTY, OWNER_PROPERTY
. It is possible to create a custom load profile using
createExtension
and providing the attributes/properties required.
Let us know what another information you need.