What does “Visualization type= milestone” specifies ?
How to differentiate between planned and actual timelines??
When I try to run below query,I got values for timeline as a single field ,not as two different fields?
{boards(ids: 1123282008)
{ items
{ id
subitems {
id
}
column_values {
id
value
}
}}}
How to pull these fields?