JIRA Query Language (JQL) is used to perform advanced searches within JIRA.
Is there a way to query for all issues with a particular link type? For example, let there be a …
search jira issue-tracking jqlFor example, let's say I need to find all issues that were resolved within 1 week's time. I need something like: …
jira jqlIn JIRA, how do a find all issues related to a user, across all projects. A simple query search yields …
jira jql jira-filterI have to do a little sub-task clean-up and wondering if there is an easier solution to do this using …
jira jqlI can't seem to find a solution for my query in jira. I wish to only show cards created between …
jira jqlIs it possible to get a list of sprints for a particular project ? I know there is a way to …
jira jqlCurrently, I have a quick filter to show me my task that does this: assignee = currentUser() This works ok, but …
jira jqlI need to filter on tickets that went into status a status of RTT after a particular date. These tickets …
jira jqlI have a filter to return a group of parent tasks based on some criteria. I can use this as …
jira jql