jql Questions

3

Solved

I added a new custom field "Deferred to Date". Because custom fields are optional, none of the existing issues have it. Now I want a JQL search query for all issues where the deferred date is null...
Heptarchy asked 21/3, 2012 at 15:0

2

I can't seem to find a solution for my query in jira. I wish to only show cards created between today and -14 days from today. I am thinking along the lines of created >= today(-14d) AND creat...
Hazelton asked 9/1, 2015 at 0:33

3

Solved

I'm using the On Demand version of Jira. I need a filter that will show me: All issues within a particular epic AND all sub tasks of those issues. So effectively: Epic Story 1 Sub Task 1 Su...
Buehrer asked 13/9, 2013 at 8:8

3

I have the following filter to find issues in current Sprint: resolution is EMPTY AND assignee = currentUser() AND Sprint in openSprints() ORDER BY priority DESC, created ASC It works as expecte...
Edette asked 10/3, 2016 at 20:41

8

Solved

I am trying to create some Issue Filters in JIRA based on CreateDate. The only date/time function I can find is Now() and searches relative to that, i.e. "-1d", "-4d" etc. The only problem with t...
Promethium asked 26/4, 2010 at 13:27

3

In the sprint report jira reports that any issue with a * on it has been added after the sprint started. How can i get the JQL for that?
Merchant asked 18/11, 2013 at 18:16

3

I'm trying to setup a JIRA filter to find all the mentions of me(currentUser()) in the last 7 days. I'm close with the search below, but it still gives me all issues that mentioned me AND were upda...
Returnee asked 18/8, 2015 at 20:16

4

Solved

Currently, I have a quick filter to show me my task that does this: assignee = currentUser() This works ok, but doesn't show me tasks that are assigned to someone else, but have subtasks assigne...
Fanechka asked 1/2, 2013 at 14:58

2

Solved

There is no regexp in JQL: https://answers.atlassian.com/questions/138055/how-can-i-use-regex-in-a-jql-query-i-cannot-match-strings-that-have-a-specific-ending-in-jql-ex-ing-should-match-running-jo...
Dentate asked 22/2, 2013 at 11:3

2

I need to filter on tickets that went into status a status of RTT after a particular date. These tickets would be resolved now but I need to see all those that entered that status after a date rega...
Jose asked 27/2, 2013 at 20:32

5

Solved

I would like to be able to filter for issues that are have been resolved in the current sprint. Generally this would be used to prevent issues resolved in a previous sprint but delayed in testing (...
Oppression asked 8/9, 2014 at 11:5

1

Solved

How can I find issues which are not a member of an existing filter? I have an agile board which naturally have a filter. Some issues within our project has been filtered from showing on this agile...
Ketti asked 3/6, 2016 at 8:18

4

There is a class Offer that has optional relationship to class Article. So that some offers article property holds a null value. If i use the following statement, everything works fine. I got all ...
Easter asked 25/1, 2012 at 15:34

2

I am currently editing the Quick Filters of my Agile project in JIRA. And I need one where I see all the issues from a given set of epics. I am using something like "Epic Link" in (ABC-1, ABC-18) ...
Clerc asked 1/7, 2015 at 12:44

3

Solved

Using JIRA 4.4.3, I've created a filter that list all the tasks that: - The current user is assigned to; - are Open; - are not blocked by any other task. To make it clear: the task that are ready...
Hubby asked 6/2, 2012 at 15:40

1

Solved

I'm trying to use the "Card colors" feature of JIRA Agile, plus the ScriptRunner plugin, to color blocked cards on a JIRA agile board. My definition of "blocked" is: ticket has a value for the "Bl...
Shelburne asked 24/8, 2015 at 21:45

3

Solved

Is there any way to find all issues updated by particular user in particular time period in every day by using JQL or is there any plugin to solve this?.
Gerontology asked 14/6, 2015 at 9:53

2

I have a filter to return a group of parent tasks based on some criteria. I can use this as a group of issues to search further using filter = FilterName What I would like to be able to do is to u...
Quidnunc asked 28/9, 2012 at 16:50

1

I want to create an Issue Filter that shows me the number of comments per issue, and then sorts by that. I tried something like: project = "myProject" AND created >= 2012-06-01 AND created &l...
Sizzle asked 5/8, 2012 at 6:53

© 2022 - 2024 — McMap. All rights reserved.