Jira jql for epic link I found in JQL "Epic status" parameter, but it doesnt seem work or i use it wrong. It is possible? Thanks a lot in advance. I need a list of all issues underneath these epics. Jan 17, 2024 · To reflect these updates, we’re also making some small changes to our JQL functions. Is there a way to query on a parent link project name? Dec 10, 2024 · We are using jira Premium (advanced roadmap) and i created a plan with a few epics based on a label on each epic. Explore JQL syntax, create effective queries, and handle linked issues for better Jira project management. Before this change, the epic-link connected work items from the base level (containing stories, bugs, tasks) to Feb 21, 2023 · Did the problem go away? When you looked at the UI of those problematic Jira instances, do they have the new UI with Parent or the old UI with Epic Link? When you tried doing a JQL search via the UI of those problematic Jira instances, did they allow the old Epic Link field to be used? The only method I can conceive without an add-on is to create a custom field "Epic Project" (basic text). Is it possible to write a JQL to find all of the stories, tasks and sub-tasks that are tied to an Epic in Jira? So far I've only been able to retrieve the stories and tasks using "Epic Link" = epic ref. There is one project. Aug 1, 2023 · JQL doesn't have a nice way to do this out of the box, often you need something like Structure (app) or scriptrunner to do it. parent}} where the parent is the epic of the task. Feb 21, 2020 · Hello, I'm able to select Jira issues by project or Lables but I'm not able to filter issues by Epic Link. type != Epic AND "Epic Link" is EMPTY If I try to exclude these subtasks, I cannot see subtasks at all in the outpu Jan 23, 2019 · Example : I want to know all stories that belong to say 'x' fixversion, but linked to Epics (thru Epic Link field) that have fixversion 'y'. Dec 3, 2020 · Thank you Jack , I am awaiting the users exact JQL. Epicとそれに紐づくタスク・サブタスクを抽出したい A. Articles where such queries already exist are displaying the tickets as expected, but if we attempt to update the epic(s) in a query using the Confluence "Insert JIRA Is Jan 12, 2024 · がJQLになります。 (Epic名かEpicの課題キー) JQLってなあに?-Jiraの課題を柔軟に検索する言語です JQLとは、Jira Query Languageの略で、Jiraの検索用語です。 Jiraで特定の課題を検索するための言語です。 2024年1月現在のクラウド版Jira画面では (1)フィルター検索 (2)課題ナビゲーター画面 いずれかの Sep 25, 2023 · Hello, I am able to filter all type as "tasks" which belong to a "fixversion" but the "fixversion" information are sometimes updated only at EPIC level. Fetch all children (like epics, stories, tasks, etc. Jan 27, 2025 · Hi @JR85 To search for issues in a specific epic, you can use the "Epic Link" field in your query. Figure out Epic Link custom field ID: (Jira Server and Data Center) Go to Administration (⚙) > Issues > Custom Fields, select 'View' in Actions and review the URL that will show you ID of the custom field. Save a filter which pulls all Epics of an Initiative (level higher than Epic) say "ListOfEpics" (the filter id for below filter was 22323) issueFunction in hasLinks("is Epic of") AND "Parent Link" = PR-448 2. Is there a way to query/filter all issues (stories and tasks/sub-tasks) whose epics along the ancestral chain contains a given word? Something like: project = Foo and "Epic Link" ~ Bar When I try the above, I get Mar 11, 2020 · Hi Paul, Sadly you cannot achieve the desired search using standard features on Jira, you must go for a third-party app instead. Jun 12, 2025 · In the example image above, I would be looking for the value of " Mars Landing ". If that's to much, what about: Return all delivery tickets linked within JPD project X. Jira text-search syntax can be used. You can have Epic statues, Issues statuses and Workflow statuses. Within that list, I would like to order the issues by Epic, then associated stories to that epic, and associated tasks to those stories, and then the next Epic (with relevant child issues). 1 version right now. atlas Hi, I have a problem trying to create a filter that only return issues with certain Epic Links but in the process only return all epic link that I want BUT the issue with epic link Empty the querie doesnt display them. Feb 12, 2021 · Hi Everyone I'm trying to create a view of all epics in our project with the stories linked to them. Aug 11, 2023 · Solved: Hi, I am looking to create a JQL that will allow me to find all the stories that are linked to a set of Epics that have a specific label. Nov 8, 2019 · The solution is to use simplest JQL script for issues in the sprint: Sprint in openSprints () And to set up any dashboard chart using those query and showing Epic Link field. 2. Epics JQL functions JQL functions are accessible from the Extended Search page or Extended Search filters in Jira advanced search. it pulls 27 epics as it should. Often in Jira you'll want to search and find issues that are related to another issue. A function in JQL appears as a word followed by parentheses, which may contain one or more explicit values or JIRA fields. EPIC JQL (Jira Query Language) lets you formulate search queries that exactly match your Jira configuration. Sep 25, 2025 · Learn how to retrieve linked issues/work items of a specific issue LinkType in Jira Cloud using JQL. Jan 10, 2019 · I have a Project with many issue and this issue have some issues linked reason "is blocking by". e. H Apr 18, 2024 · JQL to show all epics and stories for a parent I have hierarchy based on a Feature which is a PARENT in our board, then multiple epics and multiple stories / sub tasks When I do with "Parent Link", the result is only for 1 Epic row. It always fails on the latest condition. Some epics have been created. Workaround None Mar 14, 2019 · I want to create a filter that will yield only stories that have a linked epic where the name is like a given string, e. I am using something like "Epic Link" in (ABC-1, ABC-18) Jan 13, 2023 · I would like to load all Epics of Project A with a "parent link" that is not in Project A. JQL functions are accessible from the Extended Search page or via Extended Search filters in Jira advanced search. As well, if a ticket is if type subclass, it will have a parent. I've looked around for a configuration to fix this bu Mar 23, 2021 · The same rules are ran under different Epics so so I have tasks and subtasks with the same Summary in different epics. I just wish they hadn't called it JQL = Jira Query Language. Could someone suggest JQL to filter the type "Tasks" under "EPICs belonging to a specific fixversion" If I get a solution for this then I add "summ Dec 12, 2024 · Is there a way to write a JQL statement that would return all linked delivery tickets from within a JPD project? Example: Return all Epics tied to Initiatives linked within JPD project X. Using i. how do i add all child issues to the plan with put specifing all epic keys? Aug 30, 2024 · The advanced search allows you to build structured queries using the Jira Query Language (JQL) to search for issues. shared reports. PORT-123 > EPIC-111 > STORY-72 > STORY-73 > STORY-74 > EPIC-112 > STORY-88 > STORY-89 How do I write a single JQL query to return the stories of all the epics that are under a single Parent Link. Jun 13, 2025 · Hey all I am trying to figure out how to get my Feature Link value from a JQL using the REST API. I'm trying to achieve this with this JQL: "Epic Link"!="BearHug" OR labels not in (BearHug) That filter filters out a bunch of issues that don't meet that logic. You can specify criteria that can't be defined in the quick or basic searches. This appears to be working correctly for me in my Jira Server 8. I don't want to use Epic Link as that requires I update the list of epics each time a new one is created. This seems such a simple ask. So I wolud like to know, how can I to make a "quick filter" JQL that allow me to see all the issue with thats issuelinked it´s possible?? PD: Mi Jira is JiraCloud. In this blog, I’ll show you a simple JQL query to help project managers, Scrum Masters, and product managers easily retrieve this information and analyze it on a Jira dashboard. In order to link a task with another task in the same epic, I use a JQL branch rule with the following query: Summary ~ "Summary of Destination Task" and parent = {{triggerIssue. From the search I add either the "Epic Name" or "Epic Link" fields as search criteria, but nothing appears in those fields to select or filter by. You can save this filter for later use. Aug 14, 2020 · What is the best way to extract all jira's (Epics, Stories) linked to a single initiative? I have Initiative ABC-111, which is linked to an epic ABC-112 via issuetype ' tracking the backport of'. How can I achieve it? I don't have ScriptRunner or any other add-ons. Below is the list of issues which is linked in Nov 3, 2021 · If you are on Server or Data Center, you can use the Epic Link to achieve a similar result. this is my query " Feb 14, 2025 · Step 2: Query Child Issues Now, use the saved filter in another JQL query to fetch child issues: issueType in (Story, Task) AND "Parent Link" in (filter="Parent Issues with PI 5") If you are using Advanced Roadmaps for Jira (formerly Portfolio for Jira), you can replace "Parent Link" with "Epic Link" if the parent-child relationship is through Dec 22, 2020 · I have a query where issuetype = Epic (and other stuff, like labels), but want to see only those Epics that have no Stories ("Issues in Epic") yet linked. Mar 4, 2021 · Solved: "How can I write a JQL query to select all stories and tasks that have a given epic link as well as all sub-tasks of tasks or stories Jan 10, 2024 · Solved: Hi guys, I'm having some issues with the custom field "Parent Link". How do I specify that? I only see "Epic Link" in the list of fields to query on, which is not the correct direction - it would work for Stories Mar 29, 2025 · I used to be able to use the following JQL in a non-SaaS version of JIRA: "Epic Link" in childIssuesOf(insertJIRAKey) With the upcoming removal of "Epic Link" to replace with 'Parent", I'm unable to use the 'childIssuesOf' part of JQL that will allow me to find grandchildren through a grandparent. Mar 18, 2024 · Is it true that all sub-task issue types are automatically removed anytime an "Epic Link"!= is used? Why would Jira do this? Just because I want to exclude one epic from a list doesn't mean I also do not want to see any sub-task issue types. Aug 27, 2019 · I have an Epic that has several stories and tasks, that, in turn have sub-tasks. Jul 15, 2020 · Hi there, I'd like to create a JQL filter to show all the issues and subtasks in an epic. Then you can use JQL on "Epic Project". Jul 2, 2020 · I understand it is straight forward to create a query to find the linked issues to an Epic. Best Regards. Thanks to our add-on you can narrow your search down with specific criteria (link type, link direction and recursion count). g. Feb 14, 2017 · We have recently added support for this in JIRA Cloud with the release of a new JQL function called parentEpic. --- I cannot choose the epic link field to get the copy (see print screen) Could you help me out what goes wrong? Epics JQL functions JQL functions are accessible from the Extended Search page or Extended Search filters in Jira advanced search. Using above query as a subquery, i could retrieve all stories involved in Epics issueFunction in issuesInEpics("filter=22323 Feb 4, 2019 · Learn all about Jira JQL with our advanced guide. Jun 8, 2017 · I want to return all the issues that belong to epics that have a common naming pattern. The Issue Link functions use issue link attributes to sort through issues. Jan 23, 2018 · The most straight-forward JQL for excluding an epic from the filter would be: type = Epic AND key not in (<epic issue key>) Where <epic issue key> could be, in example XYZ-258. Now i want to make sure, tha Jan 11, 2023 · In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all issues that are children of an epic with a specific property. And, in turn, helps you find what you’re looking for much faster: ∙ Fields ∙ Operators ∙ Values ∙ Keywords ∙ Functions For example, if you want Feb 17, 2025 · What is JQL? Jira Query Language (or JQL) is one of the most powerful tools available in Jira. prefix to epic name of P: si P:Actualepicname "epic name" ~ "P:*" Any ideas? epicName("epic link") returning epic name would be amazing. This allows you to find all issues linked to the referenced epic. Or is there maybe another solution for this filter? Sep 12, 2023 · Workaround Use the parentEpic JQL function instead of the Epic Link field. This will partially affect the Time in Status app as well: unsaved reports based on the filter option. Each issue in this project produces additional EPICs inside my other softwareprojects, so each idea causes an related epic. Before we get started there is one important point to These include: as part of a JQL search in the Jira Issue Navigator (Advanced and Basic view), in gadgets, or within your own custom scripts. JQL Booster Pack you can type the following: Search for issues within Epics having a given label 'foo' : issue IN issuesInEpics("labels = foo") Search Stories within Epics having a given label 'foo' : type = Story AND issue IN issuesInEpics("labels = foo Jul 1, 2015 · I am currently editing the Quick Filters of my Agile project in JIRA. In order to retrieve the user stories under the Epic using REST API JQL search, please follow the steps below: 1. The app cannot correctly extract data if presets, gadgets, shared Jan 12, 2024 · Looking for JQL queries to conduct advanced searches in Jira? Create your own with this tool, or check out the top 10 most used ScriptRunner JQL functions now. The Epic functions filter via epic links and the Sub-task functions return sub-tasks of issues, or parents of sub-tasks. Because if an AddOn product can do it, then the original Sep 2, 2025 · Q. When using functions, the issues returned are based on the subquery defined in parentheses. Learn more about updates to the Epic Link and Parent Link fields Accesses the details of a subtask's parent issue. The system uses the following data to filter issues. Epic status has three values by default Atlassian makes a change, replacing epic-link with a parent. It supports Advanced Roadmaps “Parent Link” and a standard Jira hierarchy Epic → Story → Subtask May 6, 2019 · I'm a new user to Jira and JQL and I'm trying to setup my project Scrum board to show swimlanes based on Epic names. Feb 6, 2018 · After attempting various methods I am unable to determine how to utilize JQL to search for an Initiative's Child Issue Links (which are Epics), I have utilized a relatively straight-forward query, as each Epic is assigned a "Parent Initiative": type = Epic AND "Parent Link" = XX-XXX This returns no Feb 7, 2023 · I am attempting to create a Filter that provides a list view of multiple issues in a given project and sprint. (Jira Cloud) Go to Administration (⚙) > Issues > Custom Fields, select These ScriptRunner Enhanced Search JQL functions help to identify blockers, dependencies, and linked tasks. Dec 1, 2023 · What field is set between the Epic issue and the Parent, is this the parent, parent link or epic link? Also the changes will be gradually implemented from October 2023 onwards on Jira Software instances and only Company Managed projects. Learn how to search for Epics in Jira with an empty Epic Name or names not matching the Issue Summary using workarounds. Epic statuses Since issues in epics can be from multiple projects and the issues contained in the epic might have different workflows and statuses, an epic status is different from the workflow status. The filter I have for resolved epics for a particular duration is issuetype = May 12, 2019 · I have a JQL filter searching for epics fulfilling certain requirements. Nov 20, 2018 · Hello I need to build a JQL query on a project we have within Jira, the query should display issues linked to only those epics which have at least one story which is either Ín Progress'or To-Do. When I do: I get a lot of data back but I can not find where it has that featureLink. Jun 1, 2018 · I am using a standard JIRA Software project with epic -> story -> (sub)task hierarchy. And I need one where I see all the issues from a given set of epics. Can only be used when the active issue is a subtask, and can't be used to access a standard issue's parent Sep 4, 2023 · In this post we show you how to use Jira's advanced JQL language to search for related issues. EpicName contains "X"] Or a select within select. Is it possible to write a JQL search that shows all of my "issues" ordered by hierarchy: Epic, Story, Task to see all the I am trying to write a JQL query to list all bugs assigned to resolved epics. And I need to do without Script runner. Is there a possibility to filter by the parents epic link? so a JQL query could look like this: "Epic Link" = epic OR parent. Or, or, or etc. Scope is multiple projects. 3点ほど対処方法が考えられます。 1. This article provides a step-by-step guide on how to accomplish this, ensuring you can effectively manage your project's wo Jan 3, 2021 · I would like to find all epics that have &quot;Issues in Epic&quot; from a specific Project. Learn to optimize Jira JQL with advanced search queries and enhance your Jira experience with expert tips and tricks for effective JQL usage. [EpicLink. An issue cannot be displayed on a Jira board multiple times, making it impossible to show Epic swim lanes with the Linked Issues below them. Feb 26, 2020 · Real World Use Cases: · JRASERVER-25640 - JQL function for showing all issues linked to any issue by a given issue link type (by Chris Mountford) · JQL query to see all Tests which are linked to all Stories in current Sprint (by SchuriiK at ATLASSIAN Community) · JQL Query Assistance - Linked Issues (by jprentice at ATLASSIAN Community) Apr 24, 2025 · Basically i want to build a filter for a board to show there only issues from Epics with "in progress" status. Apr 17, 2023 · The Epics links to our stories STORY. . The parent JQL function will extend to incorporate the functionality of the epic link, parent link and parentEpic functions. issueFunction in issuesInEpics ("project = SFCR AND component = DMS AND \"Epic Status\" != New") Feb 7, 2024 · Hello @yuri. Mar 18, 2019 · Solved: I need help on DB Query to get list of issues which is linked to EPIC in JIRA application. However, this can cause further confusion. Jira is moving towards a single way of representing parent/child relationships to give you a simple, consistent experience for all levels in your spaces. Epic Name starts with "Onboarding -" or "Offboarding -" All tasks blocking the above filtered epics. The Epic Link and Parent Link fields in Jira Cloud are being deprecated, which will impact how these smart values are used. Quickly reference key commands and tips to streamline your Jira queries and enhance productivity. Because I immediately think logically and try using standard database "Query Language" syntax alternatives. Is there a way to query on a parent link project name? JQL functions for issue link searching including parent, subtask, epic links; advanced link visualization with new custom fields Find your linked issue! Search for linked, parent and subtask issues. This should achieve what you’re trying to display. Any other ideas? Feb 17, 2021 · Hello everyone. Jira fields include priority, fix JQL functions are accessible from the Extended Search page or via Extended Search filters in Jira advanced search. One common requirement is to filter issues by their associated epic. Aug 9, 2019 · I'm trying to display the results of the filter that include the Parent epic. Dec 12, 2019 · Jira Cloud JSWCLOUD-17392 Team-managed software projects JSWCLOUD-17239 As a user, I'd like to be able to use JQL for Epic Link for Next-Gen project epics JQL full form is Jira Query Language is used to search your issues in Jira. Fix issue with JQL functions reporting wrong results when searching for child or parent issues in Jira. A caveat, though: this will only return the issues directly attached to the Epic – it will not return those issue’s subtasks (should they exist). My challenge is that I want to build out an automated tool with a JQL Query that will find Epics with its linked Issues assigned to certain Engineering Teams over a defined Target Quarter. I tried the following and I got 0 resu. Apr 21, 2021 · I am implementing Jira in a new organization. With standard JQL, you can only get a list of issues and export them to Excel for further processing. This is because changelogs items in Jira webhooks provide access to field values Epic Link and Parent, and the deprecation of changelogs items in Jira webhooks has been announced as part of Deprecation of the Epic Link, Parent Link and other related fields in REST APIs and webhooks. So I can see all the epics of current sprint along with count of issues of each epic. Nov 26, 2021 · "Epic Link" ~ "epic link name" Suggested Solution Enable the operator CONTAINS (~) to be used in the JQL search with Epic Links. Below are just some examples of how you can use ScriptRunner JQL functions: Use epicsOf to query on epic links, such as finding all epics that have unresolved stories. How i could implement such filter? Jan 10, 2025 · Hi all, I have ~100 epics that have Custom Field = X, or Y or Z. Note that you could easily exclude more than one epic by adding their issue keys separated by commas, ie: type = Epic AND key not in (XYZ-258, JRASERVER-57, JSD-22) So, there's no need to flag the Epics with a component Jan 29, 2018 · Jira Platform Cloud JRACLOUD-89056 Quickly pull up parent or child issues of an issue via JQL and search issues within Portfolio hierarchy in Jira Jan 13, 2023 · I would like to load all Epics of Project A with a "parent link" that is not in Project A. parentsOfIssuesInQueryRecursive () For a given JQL subquery, it finds issues in the hierarchy above the resulting issues up to an optional depth. Learn why the Epic Link is deleted during bulk moves in Jira and discover solutions to maintain Epic-Story relationships. The JQL parent = WI-21 only produces a list of the child items. · How do I filter epics with all stories done? (by Alesh Dulal at ATLASSIAN Community). Any help would be appreciated! Dec 20, 2024 · Identifying all the issues under a specific epic isn’t always intuitive, particularly in Jira Cloud. Is there any way to use a CONTAINS operator with "Epic Link"? If I type in the advanced search field, after typing "Epic Link", JQL only shows me EQUALS, IS, and IN operato Oct 26, 2020 · The Epic Link field was not implemented yet to identify the relations between Epics and Stories on Next-gen projects. pinheiro The only way to do that natively, and only for a Company Managed project board, is to use the Queries options for Swimlanes and explicitly create a JQL for each Epic+Component combination. Apr 1, 2021 · For a project, We have multiple epics with "fix Version" as "Aug 2021". None of the following columns show the parent epic: - Parent Link - Epic Link - Links See the screenshot for the JQL and sample of results: See this screenshot for what shows up when I click to change the parent of DS-3 May 17, 2017 · Well i figured it out how to get this using Script Runner 1. Nov 30, 2022 · As you're on Jira Cloud, the correct answer is to get an app that provides JQL extensions you're looking for. 標準のJQLを利用 # 親が存在する標準課題とサブタスク、およびエピックを取得する project = <プロジェクトキー> AND ((type IN (standardIssueTypes(), subTaskIssueTypes()) AND parent != empty) OR type= epic) ORDER BY created DESC Dec 16, 2019 · Prior to 2024 As for “all items without the parent”, there would be a couple of different behaviors here. The below JQL works: project=TML AND parentEpic in (TML-2731, TML-3053) But then I need to know the IDs of the epics, and these only live for few weeks. add an automation for when an issue is edited, the issue field parent epic name will be copied from the parent issue, field epic link. Apr 9, 2025 · In JQL searching parentEpic = WI-21 produces a list of all child work items and the epic I am searching for. The search is based on either the epic's name, issue key, or issue ID (i. Searching with parentEpic will return all the issues in the specified epic (s) AND their sub-tasks. You just need to list, in the search results, all these related issues. Jan 13, 2025 · These issue hierarchies can be based on Jira's built-in parent/child relationships (like task/sub-task, or epic/story), and/or based on issue links of configurable issue link types. Jira Platform Cloud JRACLOUD-66834 JQL to exclude Epics without having to specify each epic, like "Epic Link" not in ("Epic-1","Epic-2") Issue Summary The JQL search doesn't return issues with empty values in the "Epic Link" field when using the clause "Epic Link" !=' Steps to Reproduce Create a project and add some stories and epics to it Link some stories to the epic Get the issue key of the epic (let's say ABS-12) and go to the advanced search and type the search "Epic Link Apr 17, 2024 · This article is about upcoming changes in Jira, specifically the replacement of the 'epic-link' and 'parent-link' fields with a single 'parent' field in Jira and how change will affect the Jira hierarchy, JQL, and Time in Status functionalities. Jun 20, 2018 · Hi, i want to have a filter that gives me all issues with a specific epic link and all their sub-Tasks. Find all Open Tasks with Open Epic Link: To find all open tasks that are linked to any open Epic, you can use the following JQL query: Apr 5, 2022 · 1. create a new text field 'parent epic name' ) to Story and Sub-Task screens 2. I tried the this query for one of the epic names but it doesn't appear to work project = DEV AND "Epic Name" = EnvImprov ORDER BY priority DESC, updated DESC I tried the query with an Master JQL with our comprehensive JQL cheat sheet. Hope, this could be helpful for somebody else. · JQL - Epics associated with set of Stories (by Kelley Cooper at ATLASSIAN Community). Nov 16, 2021 · I'm trying to figure out the proper JQL filter syntax to accomplish this. May 23, 2023 · Real World Use Cases: · JQL to show epics of stories fixed in a release (by wendy cotter at ATLASSIAN Community). These queries provide flexibility and precision for users needing to track the progress of work under an Epic. 5. Example: My project has 2 epics E1 and E2: E1 has 5 stories (don't mind what exact status they are in at Mar 12, 2018 · Hi Allen, ScriptRunner provides a number of functions that you can use in JQL. So they are trying to exclude Epics that are part of an Initiative. Adding it to filter query results in empty task list. Then, use Jira Automation that is triggered when the Epic Link field changes that essentially peels the project key from the Epic Link field and then fills the custom field. Find all issues with a particular link type. I've tried several things already; JQL condition {{ Feb 26, 2025 · You describe using Issue Links rather than the parent / child relationship for the Epics and their child issue, "requirements". What I don't understand is when I use the Jira REST API Sep 25, 2025 · Summary How to update Epic link field value on linked issue that is not Epic issue Type with Scheduled Trigger using Automation For Jira Solution Create a rule with scheduled as trigger and setup JQL query to check whether issue type is "epic" issuetype = "epic" The rule looks like the below: Nov 19, 2024 · Quickly learn JQL query language with our comprehensive JQL cheat sheet. Current JQL: project = FOO AND issuetype = Epic AND key in (FOO-1, FOO-2, FOO-3) I can add and issueFun Jan 19, 2022 · I guess all my years of using REAL query languages has jaded me. How can I do that? I searched through multiple threads here but nothin 6 days ago · Does this deprecation affect webhooks? No, webhooks are not included in this deprecation. I'm using the JIRA REST API (https://developer. Nov 21, 2019 · This JQL will only return issues that at least have an epic link, and then sort by that link. Firstly, Jira treats Epics as a type of parent object, so you are on the right track for checking there. Even though it says Epic Link there which I think I read Feature Link was being renamed Epic? I need to be able to populate my combobox with a list of those as it does in jira itself. Using JQL to query issues and subtasks in an Epic is a powerful way to extract detailed information within Jira. That's why you are not being able to find those relations using JQL. Can some one help? Feb 17, 2025 · What is JQL? Jira Query Language (or JQL) is one of the most powerful tools available in Jira. Jun 15, 2022 · I am trying to write a Jira JQL filter that combines parentEpic with a label or a filter. It supports Advanced Roadmaps “Parent Link” and a standard Jira hierarchy Epic → Story → Subtask Parent Link is not EMPTY considers 3 types of "parent links": Parent Link from Portfolio, Epics and subtasks. Why will it affect, and how will you prepare? You may already have saved filters in Jira and JQL that use the epic function. I am trying to do it with JQL. Dec 16, 2024 · Option 2: Advanced JQL Using Portfolio Hierarchy If you're using Jira Advanced Roadmaps (formerly Portfolio), you can leverage the portfolioChildIssuesOf function for higher-level hierarchy queries: key = "PARENT-123" OR portfolioChildIssuesOf("PARENT-123") This will: Include the parent issue. This page introduces Jira issue links and epic links and describes how and when to use them. Mar 2, 2017 · 0 Your filter is arguably more suited to a saved query rather than a board. In the example image above, I would be looking for the value of "Mars Landing". Mar 23, 2018 · I want to get a list of stories that are contained in several different epics, and all the epics start with the same keyword. Any help much appreciated. missing all the other rows I want to query all results based on Aug 3, 2018 · I want to filter out issues that are not in a specific epic or don't have a specific label with the same name as the epic. Field – Fields are different types of information in the system. Learn how to use advanced search with Jira Query Language (JQL) in Jira Cloud to create complex queries and filter issues. ^ top of page Epic link Search for issues that belong to a particular epic. ^ top of page Filter You can use a saved filter to narrow your search. Exploring New Issue Types and Hierarchy Currently, t Oct 8, 2024 · Efficiently managing and tracking progress in Jira often requires sorting issues based on various criteria. This filter will be used for populating a Plan. saved gadgets. Perhaps you have Child issues or Linked issues for a particular issue you're working on. Feb 9, 2016 · Brief explanation: sub-tasks doesn't have epic links so when you specifies AND condition with "Epic Link" it filters out any issues that doesn't have this field (haven't found anything in JQL doc related to this but it works). ) linked through Advanced Roadmaps. Many JQL can show the issues in an epic, but none of them show subtasks and sometimes the team wants to get all issues and their subtasks belonging to a specific epic. Have you considered using a dashboard to show a filter result? You could have separate Filter result gadgets for: Stories & tasks with no epic link Epics in progress @Berchy's JQL works well and can be adapted for both of these filters. I created a new work item type on the same hierarchy level as Epic and I expected the same search results, but my new work i Apr 24, 2023 · I need an automation rule to set a label in JIRA if the Epic of the issue created is of a certain project. issue in parentsOfIssuesInQuery("assignee=currentUser()") finds parents of all of my issues. Learn the difference between Jira's Epic Name and Epic Link fields, their functions, and how to use them effectively. Example: We have a "backlog archive" epic (call it 'ASK- In this article, you can find the list of Epics where all the child issues are in Closed or Done status and Epic is not Resolved in Jira Cloud using JQL Search Extensions for Jira. Essentially , how to find those cases where there is a mismatch of fixversion between stories & their corresponding epics. In other words, what is the JQL to bring back all the stories under PORT-123? issue in parentsOfIssuesInQuery("assignee=currentUser()") finds parents of all of my issues. The Initiative is the parent of the epic and used the field Parent link that came with Advanced Roadmaps. Labels live much longer, and I can easily search for epic Dec 7, 2017 · The easiest way would be to do jql search “project = ABC AND issuetype = Epic” however it fails if the issue type is renamed (as it is for one of our customers). A JQL query is a set of words and operators that define how JIRA will narrow your search. Now i would like to do something like: "Epic Link" in (filter= 22611) I know one can use filters with AND etc, but this do Oct 4, 2023 · I want to list out all the Epics with no stories in Jira. EpicLink = epic. May 26, 2023 · Hello, How to get all issues without epics and their subtasks? I tried the following JQL, but it fetches all subtasks from the project (even if they linked to the irrelevant story). These functions provide the old behaviour of the linkedIssuesOf… style functions, in that they include subtask and epic links when no link type is specified. In plans (AR) you can feed it several filters, so you can pass it a list of Epics (1 filter) and then a list of stories/tasks where epic-link/parent is not empty, OR 3rd a list where "epic link in (list)". In JQL with your conditions, put: "Epic Link" = EPIC-123 If you want the issues linked in the epic, and not the epic link, you can try this one: issue in linkedIssues(EPIC-123) Let me know if this helps you. For example, you can use the ORDER BY clause to sort Jira issues either in descending or ascending order or narrow down your search results for the desired date range. How do I do this in Jql? Thanks Jul 15, 2020 · To manage different layers of your project work, there are a few status fields in Jira. Learn how to search Jira issues like a pro and optimize your project management. IssuesInEpic will allow you to show the issues in a particular Epic and you can then display this in numerous JIRA gadgets based on Assignee. And, in turn, helps you find what you’re looking for much faster: ∙ Fields ∙ Operators ∙ Values ∙ Keywords ∙ Functions For example, if you want Dec 15, 2023 · This will return a list of all open Epics in your project. We have scriptrunner add on available in Jira. Cheers Linda Jul 15, 2020 · PTC-493 is the code for the epic I copied this line from the JQL editor in Jira, then pasted it into my Confluence page using the /Jira shortcut to get at the Insert JIRA Issue/Filter dialog, Confluence liked that query and displayed a table of the child tasks in the PTC-493 epic. And that multiple Epics can link to the same requirement. the number that Jira automatically allocates to an issue). So if you are just looking for all of your “User Stories”, then you are best serviced by checking for that type Jun 24, 2014 · Is there a way in which I could get the epic for an issue ? The api returns a lot of information about an issue, but the epic is not included. Mar 5, 2021 · For many years we have made extensive use of JQL to search for specific epics: "epic link" in ("EPIC-1") especially in Confluence. parentEpic != <epic> doesn't need to have an "OR is EMPTY" clause added, as a blank epic link is considered a match for != using this function. Aug 24, 2017 · Is it possible to get a list with all issues without a linked issue inside? Im using a separate project for all my software-requirments and ideas. When I wa Side note: Creating a Link Type with "has Epic" and "is Epic of" would yield results should there be any issues using the Link Type. re: scriptrunner The below example is using an issuefunction provided from the scriptrunner add-on. Sub-tasks are also returned based on the Epic link value of their parent. While these functions will continue to work in your existing JQL searches, you’ll no longer be able to use them in new searches. presets. To search issues with only the Parent Link custom field present, exclude the other possible links: Oct 13, 2023 · Out of the box jira won't give you those details. I created a simple query that is listing all those epics that I want to see, there is no problem with that, but now I want to see all child issues of those epics. Do you have any add-ons that provide issue functions for jql queries. epic-link and parent-link in company-managed spaces will be replaced with the parent concept already used in team-managed spaces. best regards. hwigdjv fqnkwi vukgp ccok abrnmxfo fkzgad fzgydn ybq aodwh knon gyvphpr adwyan ezfcsv ceui nxl