Category "jql"

JIRA Query Nested issue: This is how my nested query should be , not able to figure the correct method of building JQL

I have Action Item Tickets Project = x, issuetype = ActionItem But i need Actions items which is liked to Specific Epics issuetype = Epic, labels in (A1,A2) Onl

JQL - How to filter linked issues by type?

I'm implementing Automation for Jira for my current project, but have hit a roadblock. Currently the workflow is like this: Trigger -> Issue transitioned to

Query JIRA versions using wildcards with JQL

Is there a way to search a field with wildcards? I have two fields and I just want names starting with DEVX. I have tried quotes and asterisks, like "DEVX*". I

Jira jql query to filter issues which has child issue in it

I am in a situation where I have a Basic JQL i.e. issueKey in (JIRA-1,JIRA-2,...JIRA-1000) I would like to add a AND condition and filter out the only issues wh