Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

In response to Rest API query, how to rollup columns e.g. Labels?

Louis Mehr
Contributor
October 10, 2019

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

 

 

0 answers

Suggest an answer

Log in or Sign up to answer