Forums

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

How to get the value of field in Jira via Google Sheets add-on without its header

Anh Le
Contributor
November 4, 2020

Hello,

I'm using Jira Google Sheets add-on in Google Sheets to get the value like this:

=JIRA("project = ABC and issueKey = ABC-66", "status")

I will return the result like this:

2020-11-04_18-47-44.jpg

However, I only need the value (Testing), not their header Status to use it in a Google Sheet function, is there any way to exclude that header?

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 20, 2020

Hi @Anh Le 

There is an example of getting the data without the header in this write-up:

https://community.atlassian.com/t5/Jira-articles/Try-the-new-Jira-Cloud-add-on-for-Google-Sheets/ba-p/1016436

=INDEX(JIRA("key=ABC-123", "issuekey, status"), 2, 0)

 

Best regards,

Bill

Suggest an answer

Log in or Sign up to answer