i, I added custom Field called “Requirement Type” with these options in the second image. I am using jira jql macro in confluence to collect the tasks in Jira based on custom field f...
Where can I see the Advance Search JQL for Defect Type and Defect Subtype field ids/values for example for - Defect Type as 'Application Code Defect' the Advance Search JQL field value is - cf[3...
I have a kanban board that's been built to work on items from a specific epic. I'd like to make something of a nested query to show additional items however. Specifically, items that are linked to st...
I've gone through all the documentation that I could find and couldn't find an answer to my question. Hoping you all in the community can help me out. What I'm trying to do is this: create a filter/...
Hi JPD-Team, Here is the problem: My team and I are currently filing various insights to product features that we aim to build. These insights are coming from different angles (competition, market,...
...eatures and related insights. This now puts me in a position where I would want to build a JQL query for a dashboards, that - across all ideas - tell me something about the feature relevance by linked i...
...ays add to schedule section will auto fill the costs. I have been trying to see if I can use JQL to automate filling these fields with the correct data but it seems that JQL doesn't have the c...
How can I delete an inactive user from a field that contains multiple users? I have a User Picker (multiple users) field that and in many issues, one of the users is Inactive. This is causing...
...he JQL, but not by clicking a column header. This multi-click filter setup is annoying, and it's on the 'All Work' tab, but not the 'List' tab. 'All Work' should be the more tabular / l...
We use "Git Integration for Jira", and it shows the tags a specific issue is in. However, I haven't figured out how to do a JQL or even ScriptRunner search for how to get a list of issues in a s...
Hi, Is it possible in Jira (with Scriptrunner or Enhanched Search) to find issues where the value in a custom field (say field A) is not equal to the value in a custom field (say field B) in the p...
...roup name within JQL. Is there a way, or an external tool, that would allow me to search through filters to find things like custom field usages, and groups (and specific user names as well). S...
...econd project to be sure that proper value is used. I check if JQL in if block is valid and in search it returns task that i want to link work item to. But never this if statement is true, and never g...
Can I pass the Confluence page name as an argument value to the JQL query?
...chieve this with JQL? Basically, what I want is a list of issues in the current sprint where the assignee hasn't been active (logged in) during the last 5 days. Thanks a lot, and have a great d...
Hey all I am trying to figure out how to get my Feature Link value from a FQL using the REST API. When I do: /rest/api/2/search?jql=sprint in openSprints() AND assignee="bob" I get a lot of d...
In Cloud JIRA, when using JQL, we are experiencing issues where the search is not functioning properly and is taking a long time to respond, displaying the message "we couldn't load your search r...
Like I only want 1000 results from a query output.
Hey, is there a way that I can find in JQL all the issues that the field "log work" was not edited in them in the last 48 hours?
Hello ! I am currently working on a kanban, with different swimlanes. In my main swimlane I've got all the work that has to be done by developpers. In this main swimlane, I can h...
Hi, I have a Plan with the following JQL filter: issuetype not in (Task, "Test Case") AND labels = CbFC_project_2025 ORDER BY status DESC, issuetype ASC, created ASC, key DESC My problem i...
Hi there, I am using Jira 10.3.2. I want to get a Kanban board of issues where the issues are linked to epics matching certain criteria. I'd need to be able to do this using JQL, not any add-i...
Hi Team, After upgrading to Jira Data Center 10.3.2, we've noticed a change in the behavior of the JQL issue search. Previously: When selecting a field or value from the auto-s...
...ver part of that sprint and then removed 2. Updated issues within sprint window Use something like: JQL : updated >= "2025-05-24" AND updated <= "2025-05-27" And then inspect these i...
In an older version of Jira I was able to create multiple stories under a feature through JQL. With the newer version of Jira I am not able to find that functionality anymore, maybe its hidden in a...