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:
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?
Hi @Anh Le
There is an example of getting the data without the header in this write-up:
=INDEX(JIRA("key=ABC-123", "issuekey, status"), 2, 0)
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.