I am looking for a query that will tell me the JIRAs assigned to a user by range (week). For example – a list of the JIRAs assigned to Jennifer between 4/22/19 and 4/28/19. Is this possible?
I tried this:
project = RSTK AND assignee = "jroberts@rootstock.com" DURING ("2019-04-01", "2019-04-30")
However I get the following error:
Error in JQL Query: The EQUALS operator does not support the use of the during ("2019-04-01", "2019-04-30") predicate.
Is it possible to get a list of the most frequently accessed/searched projects in JIRA? We are able to pull details of all projects that have been updated within the past 12 months, for example, but we want to get a list of all projects that although may not have been active recently, are regularly searched by our teams for reference.
The option "was" is really great for search in history.
I guess there is no option to count changes in history?
If I want to see how many times issues were in status "Reopened"?
Currently I only can see number of issues that were reopened at least one time:
assignee was xxx and status was Reopened
But how to know for somebody - sum of all times from all issues that they were reopened for him?
(The need is because of a person who starts actually to fix an issue only after it is reopened at least 3 times:-), i.e. he resolves them at least twice as "not an issue" to get rid of them:-)
In our workflow a ticket can get to the status ‘closed’ from several other statuses. Now I am looking for a query that will give me back all Closed tickets with the status before they get to the status ‘Closed’.
I can use WAS IN, but than I have to query each status separately. That is not really efficient. I hope you can help me with this one.
This is a fantastic article. Can anybody help me with this use case on querying the history - we have a situation where users reassign items to others but do not update the due dates. What then happens is that the new assignee shows up on a a list of "people with overdue Jiras", which naturally upsets them. We would like to generate some sort of report where we can identify such Jiras and associated people with the goal of coaching them on updating due dates.
We will get items from the Service Desk Portal and if an item becomes a bug for a developer to fix; we will move this item to their Development Team project. I am trying to create a Filter that can bring items that where part of the Service Desk Project however, the JSQL tells me is not supported and I get this message : 'History searches do not support the 'project' field'. Do you have a solution for this problem?
I'm looking for a solution how to filter out a specific content of one field existing in a very specific day from the past (to make a comparison between this old contant and current content of the same field).
For example: on 2Nov2020 in field "Executive Summary" there was XXXX content. The field was changed many times within 3 next weeks and now contains YYYY. In the table, I need to compare current value YYYY (easy filtering, i have it) with XXXX from 2Nov2020 and I can't handle with this formula how to get exact content from this very specific day from the past. Is it possible to fish it up?
Any thoughts how to do an "exclude from" certain statuses? For example... give me all tickets where the status changed to Awaiting Code Review except for those which were transitioned from In Progress. (the "not" below doesn't actually work in JQL. I've just put it here to show the general idea of what I need)
project = PPLUS AND status CHANGED TO "Awaiting Code Review" NOT FROM "In Progress"
I have an issue where a user made bulk changes to 24 items via the current filter and the bulk updater said 30 items were updated. I am trying to figure out how I can search for those 6 items.
Could I search updated issues in specific date period?
I am willing to find the updated issues on 2021/09-10.
And I used the JQL below.
> (issuetype in (task, sub-task) and updated <= "2021-09-10 23:59" and updated >= "2021-09-10 00:00")
If the 'A' issue is updated on 2021/09/10 and updated again on 2021/09/11, the filter isn't list the 'A' Issue even the 'A' Issue has a update history on 2021/09/10.
In this case, how can I find all issues that have update history on specific date? even they have the latest update history.
I use Jira cloud, and use searches a lot. However, recently I did a search which included created >= -30d
And now every time I start a new search, it always has that tagged on. I don't think I did anything intentional to make that sticky, but it seems "stuck". I delete it from each search manually, but then next time it returns. Is my jira search haunted? kidding. But how do I get rid if this?
This probably isn't the right place to ask, but it at least seems like you are a guru on this topic, so hoping you will know off the top of your head.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
77 comments