Forums

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

Use JQL in GDocs with Key as dynamic filed.

Julio Bianco
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 18, 2021

Hey guys, i'm trying to have the status for each ticket that I have in a Sheet on google docs.  Is it possible to pass the key in the argument, indexing a cell with key number?

For exemple, I have the key number (BAC-123) in the cell A2 in my Google Sheet

Instead of This

=INDEX(JIRA("KEY=BAC-123");2;4)

I need to do this

=INDEX(JIRA("KEY=A2");2;4)

1 answer

1 accepted

0 votes
Answer accepted
Stephen Sifers
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 19, 2021

Hello Julio!

Interesting idea to pass through cell data into another cell to generate a JQL statement.

I believe you can do this within google sheets using the 'CONCATENATE' function. Ideally, it'll look like this:

image.png

For this example, I removed the '=' so I could show it together, sImply add '=' as follows;

=CONCATENATE(=,A4,A9,A5)

I hope this proves helpful in getting the information you need.

Regards,
Stephen Sifers

Julio Bianco
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 24, 2021

Hi, Stephen.
Thanks for the response.
I've tried to concatenate same as you, but the GDoc do not recognize it as a formula.

1.PNG

 

2.PNG

But anyhow, thanks for the help, I'm using a sheet with Jira information and doing a VLOOKUP to insert the status in my mains table. :)

Like Stephen Sifers likes this

Suggest an answer

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

Atlassian Community Events