1
0
-1

I am trying to capture the Board Lane information from Azure DevOps and not seemingly able to do so.

The value from the API call would be "System.BoardLane" the common name for the field is just "Board Lane".

In the Outgoing sync from ADO I have tried:

workItem.customFields."System.BoardLane"

workItem.customFields."BoardLane"

workItem.customFields."Board Lane"


None of which return a value that I know is there if I just do a list API call for the WorkItem from ADO.

  1. Ariel Aguilar

    Hi Patrick,

    I would recommend to take a look at the following article:

    https://docs.idalko.com/exalate/x/lwt1Aw

    Kind regards,

    Ariel

CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    Ariel Aguilar Thanks that helped.   It is: workItem."System.BoardLane"

      CommentAdd your comment...