Forums

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

Application Environment field in JQL

Saarthak Bhagra
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!
September 17, 2020

Hey Everyone - hope y'all are doing well and safe!

I'm working on a JQL query that I need assistance with - here's my requirement:

Pull the JIRA tickets on a confluence page using JQL (Jira Issues Macro), with a conditional statement. The field in the conditional statement that I want is "Application Environment". I have added 2 snippets (View Mode and Edit Mode) below from a sample JIRA ticket that I want to pull. Below that is the snippet (JQL in Confluence) of JQL I am using - but it doesn't seem to work. Any ideas why? Is there a syntax I have to follow for this particular field or is there anything else that I need to do to make it work? Thank you so much in advance for your assistance.

View Mode

App Env.JPG

Edit ModeApp Env Expanded.JPG

JQL in Confluence

JQL.JPG

1 answer

0 votes
Liam Green
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.
September 17, 2020

Hi @Saarthak Bhagra 

Can you try the following two options:

 

"Application Environment" = "PRD"

"Application Environment" = "OHW PRD"

 

Let me know if either work

Regards, Liam

Suggest an answer

Log in or Sign up to answer