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
Edit Mode
JQL in Confluence
Can you try the following two options:
"Application Environment" = "PRD"
"Application Environment" = "OHW PRD"
Let me know if either work
Regards, Liam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.