I am looking to create a filter to show a specific task that fall under an epic IF a separate task under the same Epic is marked as "Done". The epics that are being checked against is a group that ma...
Looking for what the title states. Is there a way to write JQL to show epics that if they have task underneath them and all the task underneath this epic are marked with a resolution that is != unres...
I am attempting to use this query: issuetype IN standardIssueTypes() AND issue in hasLinks("Blocked") It is returning this error: Error in the JQL Query: Expecting either 'OR' or '...
Hi, I need a help regarding JQL search. I am trying to filter the issues that are a child of epics and these epics are all listed on specific confluence page. We are using scriptrunner plugin a...
I have a filter that compares against a specifc date at the moment. status was not in (Open, In Progress, "Awaiting Approval") on "2018/02/27" I would like to use the due date of a specific issue (...
I use JQL Tricks to return all issues that have a certain link type. That query is: issue in parent("issue in linkedAllIssues(CH-58,\"contains the scope\")") OR issue in linkedAllIssues(CH-58, "cont...
After running a query including the following query issuefunction in expression("", "assignee != reporter") The query was started at 15:00. Completed in about 30s but the following threa...
Hello, JQLT plugin gives such a "has" list: JQLT_has.png while JIRA Issue Navigator shows that "has" list: Jira_has.png The absent functions are enabled for me in the plugin configuration, f...
How do I find out the licese date for JQL tracks plugin
No Valid License installed for JQL tricks plugin. I am new to Jira.. can some one help me sort out this issue. we don;t have any issue before Migration. as per my knowledge we didn't buy any p...
In https://answers.atlassian.com/questions/82515/versionmatches-from-jql-tricks-plugin-not-working I asked about proper usage for the JQL Tricks function versionMatches(). Got a great answer that wo...
Copied to clipboard