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!
Found the answer!!!
An example can be:
=index(jira("key = xxxx-1234"),"status"),2,1)
Hi @tal-yechye ,
I do not understand where you are entering the above equation/query. Can you please elaborate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jack, I updated the question but also added the answer :)
Thanks!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.