Forums

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

Query Jira without the field name in result

tal-yechye
Contributor
December 23, 2021

Hello all,

Using JQL on google spreadsheets, If I'd like to get some issue status, what is the way to do it?

For example, if I'd like to get the issue status of xxxx-1234 what I know today to do is:

=JIRA("issue=xxxx-1234", "status")

and I'll get a 1 column table with the header "status" and the status value below:

---------

| status|

---------

|Done  |

---------

 

How can I get only the value, without the header?

 

Thanks!

2 answers

1 accepted

4 votes
Answer accepted
tal-yechye
Contributor
December 23, 2021

Found the answer!!!

An example can be:

 

=index(jira("key = xxxx-1234"),"status"),2,1)

0 votes
Jack Brickey
Community Champion
December 23, 2021

Hi @tal-yechye ,

I do not understand where you are entering the above equation/query. Can you please elaborate.

tal-yechye
Contributor
December 23, 2021

Hi Jack, I updated the question but also added the answer :)

Thanks!!

Like Jack Brickey likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events