MS Project mapping

Hi,

I noticed, that mapping work item fields to MS Project "pjTask" fields works fine.  However, mapping work item fields to MS Project "pjResource" fields does not work. Is this right

Regards
Stephan


Answer this question

MS Project mapping

  • aldone

    Are you sure

    I tried:
    <Mapping WorkItemTrackingFieldReferenceName="MyCompany.MyResources.MyStandardRate" ProjectField="pjResourceStandardRate" />

    It does not work. I always get a COMException: "The argument value is not valid". However, "pjResourceStandardRate" is a valid field reference name.
    For additional information: The exception occurs at "Microsoft.VisualStudio.ELead.ProjectAddIn.ProjectWorkItem.GetNativeField(String fieldReferenceName)"

    Thanks Stephan

  • SVK

    You can map it to the Resource fields also.

    Example:

    <Mapping WorkItemTrackingFieldReferenceName="System.AssignedTo" ProjectField="pjTaskResourceNames" />

    Smitha Saligrama
    SDET VSTS
    smithasa@microsoft.com

  • Dukeboss

    You are corrrect, you can map only pjTask fields not pjResource fields.

    The example(pjTaskResourceName) I gave was a a pjTask field.

    And your example is a pjResourceField.

    Smitha Saligrama



  • MS Project mapping