Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×We have many projects in JIRA that track maintenance against an application. We have prefaced all of the project names with "Maintenance". Since the project field does not support the CONTAINS ( ~ ) ...
Hi Is there a way I can create a clausebuilder to get all worklogs by a specific user. I can get all worklogs and then check for author, i was wondering if I can directly put worklog author a...
How can I get the remaining estimate using Jquery
Doing an advanced search via JQL and I'm getting a result that does not meet my criteria. The query is: project = Project_Name AND ((status in (Resolved, Closed) AND updated >= -1w) or s...
How can I do basic queries, such as showing me all JIRAs where the reporter is the same as the assignee or where there is more than one fix version assigned? These do not seem possible in JQL. Thanks!
I need to hide some fields in Edit screen based on the status(open,resolved etc) of the issue.How can I get the status in Jquery or Java script
Hi , I am trying to export a filtered result into excel.But it seems all the fields related to the issue is getting added as a column in the excel sheet. How can I get only those columns which I ...
Hello! Why is it so - that my query shows issues with Closed status, but it shoud'nt. Syntax != "Closed" means NOT EQUALS ("!=") and must be not showed. status != "Closed" AND watche...
I have a need where I need to get the list of issues remotely via their key. If one of the key corresponds to a deleted issues, entire JQL fails. JQL: key in ("PROJ-1", "PROJ-5) I also tried (w...
Hi, I believe that the JQL function not(status was X) doesn't work in Jira 4.3.4. Is this a know issue? It seems to work fine in Jira 4.4
Assume you have an issue with following summary XYZ-123 The quick brown fox jumps over a lazy dog if the search is as follows summary ~ "The quick brown fox jumps over a lazy dog" ...
The below "During" search does not work in Jira 4.4. Has anyone got this to work? It seems that the date format is incorrect, even though i have tried all the different formats status...
Hi, I'd like to build a Jira Query that shows only the issues that have been added to the current sprint after the sprint started. Is that possible with Jira QL?
Hi All, Presently I am Using JAVA scripts for getting value of assignee.My objective is to change the assignee based ona field value. See the present code I am using for that.I wan to con...
I want create an advanced search on edart.motorola.com and I couldn't find the option but in idart.motorola.com I could find the option. Could you help me?
I am doing research for our Release team. Is there a way to see all versions that are due to be released on a particular date? This is across multiple projects. So if I have PROJECTA, PROJECT...
I have issue type A and issue type B, and also sub-type. I need jql to filter all issues of type A and all subtasks of type A issues, but none of subtasks which parent issue is type B. Is it p...
Hi, Can anyone please help me.. Need this urgently.. CONTAINS operator with wildcards (? *) is not working on Text Field type of Custom field . Query below does not returns any value: "Cus...
In JQL, the syntax for the Fix Version field is fixVersion. Can we change this syntax/ field id (from fixVersion to something else) by modifying JIRA's code? Ideally the user should be able to s...
Hi, I am trying to write a JQL search in JIRA 4.2.4 and it is not returning what I would expect. Here's what I want to do. Find the issues that contain the comment "This Issue has been sent t...
Hi I created the below query to displayall tickets opened by the requestor who is logged in currently and the tickets they opened with open and resolved status. What dismays me is that currentUser do...
Trying to make a filter with ClosedDate, but Jira doesn't have this like it does "created." Other than creating custom field to manually enter a close date, is there a way to search isses that were c...
I want to select all sub-tasks from parents those is in some FixForVersion. Is that possible in JIRA 44?
Copied to clipboard