...loud" version 1.1.132-AC project = PRJ1 AND issueFunction in linkedIssuesOf("Project = PRJ2") Field 'issueFunction' does not exist or you do not have permission to view it. &n...
...nd I have some JQLs that run issueFunction addedAfterSprintStart. //Job: Auto export saved filter //Mapping: Sandbox issue //Interval/Cron expression: 0 0 8 */14 * ? (for now, i Run Now to t...
Is is posible to combine te JQL issue function issueFunction in portfolioChildrenOf and issueFunction issueFunction in subtasksOf? Explanation: We have an issuetype initiative a...
I've to create a filter containing issueFunction field, using rest API. I can create such filter manually in browser using below JQL 'issueFunction in issueFieldMatch("project = TEST", "l...
...bsp;"accepted" status. A solution would be this : project = "ProjectABC" AND status =Analysed AND issueLinkType = "is parent of" AND issueFunction in hasChildren("status = Accepted") The problem i...
Hello, I have the following JQL that brings back a couple of Epics issueFunction in linkedIssuesOf('issueFunction in linkedIssuesOf(\'issueFunction in linkedIssuesOf(\\\'issueFunction...
Here are the details for the error that I'm getting on the JQL below. Do you know what the root cause is?
I would like to look for all issues that have multiple sprint values. (regardless of the sprints are active or closed). It could be that there are tickets in completed sprints, but wer...
...tlassian standard JQL query): issueFunction in linkedIssuesOf(Project ="CoE Reporting") AND priority = "Not Prioritized" We get the results below: Now we just need to change the Priority of t...
Hi Team, We are trying to use the following query : issueFunction in linkedIssuesOf("labels = 'XXXX'", "Contains") But it says : Field 'issueFunction' does not exist or you do not have permission t...
...ith the following link types: parent, associated with, etc. I tried to use "issueFunction in hasLinks" but I'm nor sure how to: 1) include all link types, 2) how to place "not", I use "issueFunction...
How can I find parent issues where ALL of their sub-tasks meet a condition (not just "at least one")? We have ScriptRunner, and I've been looking at the Subtasks issue functions, but so far I haven'...
...losed) AND resolution IN (Done, Fixed) Puzzle 3: issueFunction not in parentsOf("summary ~ Deployment") I'm going crazy here. I've rephrased the filter description about ten times and I just can't g...
...nd ("Intern in PT" >= 100 or "Extern in EUR" >= 100000) AND issueFunction in parentsOf("project = PROJEKT and issuetype = Unteraufgabe and status != zu") The 2nd one reads the sub-tasks depending o...
Hello, I need support for the following JQL: status = Aktiv AND issueFunction in parentsOf("project = PROJEKT and issuetype = Unteraufgabe and status != zu") ORDER BY unteraufgaben asc I have a...
I need to perform EXACT search. I am using below query: issueFunction in issueFieldExactMatch("project = ABC and issuetype=DE", "summary", "FGH") and it is returning correctly the i...
Copied to clipboard