How to obtain the Board lane from Azure DevOps?

Originally asked by Patrick Hutcherson on 14 October 2021 (original question)


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.


Comments:

Ariel Aguilar commented on 14 October 2021

Hi Patrick,

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

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

Kind regards,

Ariel

Answer by Patrick Hutcherson on 14 October 2021

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


This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.