Hi,
Using RStudio I submit:
query<-httr::GET( queryArray[i], authenticate( userString,tokenString,'basic'))
I get multiple responses for a column such as Labels - can I get a single concatenated field instead?
I end up with a deduplication warning in the R Console ...'Labels' => 'Labels_1' [32], 'Labels' => 'Labels_2'
I note that the Google Sheets Jira plug-in rolls these columns up nicely and displays a single column containing all labels.
Thanks