jira epicsof. To expand an epic’s details, select the. jira epicsof

 
 To expand an epic’s details, select thejira epicsof  AGnieszka GRodzka Oct 29, 2021

Create an Epic from the Epics Panel Link. The direct page you linked provides descriptive information but not directive information. Hi is there a way to have the card display the Epic Name in Confluence Whiteboard when. Hi there, I'm trying to create a report that will show % status by Epic, similar to the blue progress bars we see in the Epics panel in our backlog (so I know this is already being calculated somewhere!). DarenG Oct 03, 2023. g. The default parent issue type in Jira Software is Epic, which is what we use in this documentation. 2 answers. You cannot really do it with Jira vanilla. OAuth 2. This is what I was looking for. Story, Task. There are following steps involved to create an epic from the Epics Panel Link on the dashboard. Atlassian news, tips, how-to articles, videos and podcasts!If you want to get the Epics you need to use epicsOf. I changed the issueFunction to epicsOf - which provides Epics as the result, based on values set at a child level; I modified the created references to be absolute dates, rather than using a dynamic function---Let us know if this works for you! Steissuefunction in epicsOf('issuetype = story and assignee = yourname') This will get you all epics of any stories you are assigned too. A confirmation message for the creation of Epic will appear in a small dialogue window. The answer below assumes you are using Scrum. At the right side of the search bar, select "list view". I have got this so far: project = xx AND issuetype in (Bug, Epic, Story, Task) AND "Epic Link" in ("xx-184", "xx-191") this query doesn't return epics xx-184 and xx-191 themselves. JQL query for Fetch all the jira tickets with status "Pending Merge" and order them by ascending order of status update to this Load 7 more related questions Show fewer related questionsHi everyone, CC: @cathy @Abhi Singh. The closest you can get to this, as far as I know, is: Epic | +--Story | +--Sub-Task. JQL full form is Jira Query Language is used to search your issues in Jira. Create a new issue, click on the issue types avatar, and choose “Epic”. However, this is a dynamic value based on how your administrator configures the parent issue type. Users can plan work in Jira with the help of the Jira backlog tab. Whereas Summary is just the normal JIRA field. 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. 6. This is where you can use epics. issuetype = Epic AND created > startOfDay (-30d) Steven Choiniere Oct 22, 2020. issueFunction in epicsOf (" PROJECT = HakunaMatata AND issuetype in (Story) and Status in (Open) ") Thank you, Tuncay! It took me a while to get our JIRA admin to install the 30 day trial of ScriptRunner, and so far, it seems to work just fine. An epic is a broad, high-level goal encompassing a large amount of work, while a story is a more specific work that contributes to the epic. You can even add date offsets. chrome. You can also create an Epic from the Epics panel shown in “Backlog”. Run it directly in "Enhanced Search" instead. Laura Bier Jul 15, 2020. The query below pulls Epics where at least one of the children are done: status = Approved and issueFunction in epicsOf ("issuetype = story and statusCategory in ("Done") and project = "LB - CPQ&O1" and fixVersion = "LB PI4 Jun03. EpicsOfChildrenInQuery. In this #Atlassian #Jira video you are going to learn how to make an #Epic a child of another issue type. Epic Status and Status are independent of. Use graph view to see a progress bar of finished vs total stories, to link to a report, or to add issues on the fly. JIRA Agile users can query on epic links, eg find all Epics that have unresolved stories: issueFunction in epicsOf ("resolution = unresolved") You would just need to add a bit to the query to constrain it to only the Epics that are marked as Done. Jira’s Epic Features. When you create an epic, you'll need to enter the following details: Epic name - A short identifier for your epic. Story, Task. We don't care about closed epics. ++Epic A1. Display and manage Epics/Issues of your project. issuetype = Epic and issueFunction not in hasLinkType ("Epic-Story Link") the above JQL will give you all epics in the system which don't have a child story. Hi, I have a project with Epic under it Stories, Tasks and Subtasks (hierarchized). saltish1 • 2 yr. An epic is a large user story that can be broken down into smaller stories, and can span more than one project. View topics. You can choose what information to display by selecting the fields you want in the Columns dropdown. Get Help. >(type=EPIC AND issueFunction in epicsOf(the query above)) Note that apparently issueFunction and epicsOf are features of the ScriptRunner add in. Their details will appear to the right of the Epic panel. Related questions. @Karthik Balasubramanian. Thanks so much for you help! Let me know! John . Task. - Retrieve issues under Epic and also their subtasks. Click Reports, then select Epic Burndown. Marketplace Partner. On Jira Issue tab, select "Has the initiative of" in 'This issue' field. What are ScriptRunner JQL Functions? Use ScriptRunner JQL functions to extend Jira's built-in capabilities, allowing you to conduct more granular searches, and obtain more detailed information about what is happening in your instance and projects. 5. Using my Epic "Template", Jira automatically creates multiple stories and links them to this new Epic. Click Projects in the navigation bar and select the relevant project. To summarize: Sprints are part of scrum. (Update 2022-01-27: Deep Clone for Jira is free for instances with up to 10 users. Jira epics, stories, tasks, bugs & custom issues Jira is an excellent tool for managing your roadmap and backlog, and it is used by many businesses of all sizes. Task. 0 scopes required: read:epic:jira-software. A structure can contain issues, folders, and other items. Now you can add a name to the rule. This returns no results, even though there should be information returned. 13 version of Jira. I don't believe you need a plug in for. STORIES IN BACKLOG should sort by rank. Answer accepted. You can change the order of the issues by selecting the epic and dragging/dropping the sub items in the right panel. Need help? See our troubleshooting tips, FAQs, and details for how to contact support. I tested it as a Condition on workflow transition and it doesn't work. Field – Fields are different types of information in. The need: create an Epic from an Initiative with the parent link. 1 answer. On the next screen, select Start Here to connect Asana and Jira. Mark Segall. 3 JIRA query to check if a parent issue has specific sub-tasks. Research - "Application Packaging Discovery - XYZ". In other words: it will not return any issues linked to closed Epics. Epics in project XYZ have Issues from project ABC. Story) and the Parent's Parent (e. epic link}} branch: on epic parent. With the "EpicOf" jql function provided by scriptrunner, you can do the following: project in (AAA, BBB, CCC) AND (type in (Story, Task, Bug) OR issuefunction in epicsOf ("project in (AAA, BBB, CCC) and type in (Story, Task, Bug)")) It's best practice to include a project filter in the sub-query to limit performance impact. You can use these extra levels to track your organization’s larger initiatives in your plans and unify cross-project work. Select the relevant epic from the Epic Burndown drop-down. Here is how to create an epic with Python on Jira: Install the Jira Python library by running the following command: pip install jira. To create such a template, click the Create button, choose Templates as your target project and Epic. Using i. Epics reside in a separate projects (projects X,Y) and the user stories of the epic reside in each team's respective project. Instead you have to use a new interface called ScriptRunner Enhanced Search to create the filters that use those functions. If you've already registered, sign in. In a usual process, this parent link must be. You can get a Jira epic report in Jira Software or you can export a Jira epic report to Excel for further analysis. In that roadmap are many initiatives. Defining Milestones: This allows you to group the. In the configuration of the gadget modify the Columns To. Epics are. To list all issues in specific epic please use "Epic Link" = EPIC_KEY. Click on the issue types avatar, and click on “Manage Types”. To manage your epics from the backlog: Go to the Backlog of your Scrum project. Epics are such coarse-grained user stories, or you can call them “bigger stories” or “features” because they are too large to be of much use. Each team has their Epics in their own, separate, projects. Manuel Segarra May 19, 2023. status in ("In Progress", "Development in Progress") OR issueFunction in epicsOf("status in ('In Progress', 'Development in Progress')")You’ll need to configure Jira for Unito access before building your flow, if you have not previously done so. The team still wants to create user stories for each of those Epics, of course - during the sprint. Set up the. David Walley Dec 20, 2022. Using JIRA Server, not admin on it though. Step 1: Click on the “Backlog” tab on the Jira. below is the example of JQL Search Extensions for Jira & reports. Like. Kind regards, Carlos. Step 2) Click “ Epics” from the epics panel. Epic) if "KEY-123" is a task level (e. Fill in your epics “Default Description” and click on “Save Changes”. The linked story should have a certain filter. But to me Epics are large undertakings that will not be completed in a single sprint. To expand an epic’s details, select the. Above is the JQL I'm using with the added JQL from ScriptRunner. My goal is for this: WHEN in backlog view. I'd like to use dynamic data based. Mark Segall. JIRA Structure helps the team visualize, track and manage progress across JIRA projects. 2 story1 1. Hovering over the bar displays the total count of stories. e. In the meantime, you can see total number of story points on an epic by following these steps: From your board, click Backlog. Make sure that your post function is added in the right position and click Publish. It also does not provide a native method for you to get a list of Epics and their Child Issues based on using a filter to get the Epics. Your JQL could look like: issueFunction in linkedIssuesOf ("project = MyProject and component in ('A', 'B')", "is epic of") Documentation is available here. Alternatively, within the epic JIRA under the tab “Issues in Epic”, click on the “+” link, it open a dialogue box. edited Jul 1, 2016 at 14:23. import. Hi Maxim, I believe you can get what are you looking for using a third-party app. Let's say you had two diffent epics returned of ABC-22 and ABC-34. 1 answer. To achieve this result you can use the JQL query in the advanced search. is related to. my company is set up in multiple teams and each team has its own project in Jira (project A, B, C). Jira hierarchy - the ability to add hierarchy levels above epic. You can’t create another level. To find Epics that have at least one child issues of certain types use the epicsOf function. FLP-2 with Epic name "CSP-183740 test") in the same project (FLP) Steps: Create a new page in Confluence and write a title; Insert "JIRA Issue/Filter"Currently, the epic-link connects issues from the base level (containing stories, bugs, tasks) to epics, and the parent-link connects epics to issues at higher levels for those who have Jira Software Cloud Premium. Execute - "Application. made a swimlane for each epic: "Epic Link" = <epic's issueid> OR parentEpic = <epic's issueid>. Now the Kanban board of project A shows all epics of project X, even if that epic. Ikuh Henry Sep 04, 2018. To view a consolidated epic progress report using Hierarchy for Jira, click on the “Collapse“ button at the bottom left. It lets you build hierarchical lists and share them with your team. Open your Work page, and click on “Create” under your last issue. 2 story1 1. It is a broken data model and therefore any substantial query is painful. Ask the community . issueFunction in epicsOf () is too complex for Scrum board. To view a consolidated epic progress report using Hierarchy for Jira, click on the “Collapse“ button at the bottom left. For example, if you're working on two-week sprints and you take on an integration between your product and a third-party application, it will likely take more than a single sprint to complete. Free 30-day trial for all apps. Deep Clone for Jira is a paid Marketplace app. Portfolio for Jira enables two things relevant to your issue; the ability to create custom hierarchies, such as. 7. Natively in Jira, the hierarchy is set to Epic -> Standard Issue Type -> Sub-task Issue Type. Add a new epic. Open the epic panel by using the toggle in the epic filter dropdown. Note that in large Jira instances, you will hit performance issues by simply using the type in the inner query. 4. I found the 'parentepic' field. Essentially, the report would be very simple and show: Epic Name % "Resolved" or. 3. Are oftentimes used as a means to assign "parts" to different people and to break down problems into different activities. Reply. In your Jira Dashboard add the "Filter Results" gadget. parent}} where the parent is the epic of the task. under that epic in Jira that I can then use to create a board. 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. Jira query to find epics in a capability. 1. So I thought this would work: project = PROJ1 AND "Epic Link" = EPIC-123 AND (issuetype = Story OR issuetype = Sub-task) ORDER BY priority DESC, updated DESC. 0. To add a little more to your Epics, you can customize the color and avatar!1 vote. Description: Searches for epics that belong to issues that match the given subquery. Epic Summary for Jira allows you to see progress against time estimate as well as the story points completed against the sum-total of story points. To fill the Project Name, Issue type. Note that the Jira issues macro has a cache, so if you are testing this you need to click the refresh icon on the Jira issues macro. These PC tickets are used by the founders and management to understand all the work being done in the company. Everything related to your project will live here. But this only returns the stories. We have found a solution to this: project = OPS1 AND issuetype in (Epic, Story) AND status in ("In Progress", "To Do") AND (labels = MineEng OR summary ~ MPDT or summary ~ AU) ORDER BY issuetype ASC, priority DESC, "Epic Link" ASC, created DESC. Community Leader. February 2023. bodzek December 7, 2017, 11:11am 1. Older versions of JIRA/GreenHopper used to get these two things right, albeit with an interface that wasn't as helpful as the new Rapid Boards: Themes were a type of label and epics could be prioritized. JIRA is design in a way that Epics are only visible in active sprint (Scrum board) not in backlog however its. I’m Maurício, a support engineer at Appfire and I’m here to help you. issue in. I have tried issueFunction in epicsOf as well as issueFunction in subtasksOf. I need help to get a 'JQL query' in a 'quick filter' of a Kamban board where I manage epics. 20 I need to track a set of epics. 2. Get Involved. you can do something like this : "Epic Link" in (KEY-1) AND issuetype = story AND project = ABC. Jan 26, 2022. I would like to find all epics that have "Issues in Epic" from a specific Project. Epic Name: It is a short identifier for the epic. epicsOf() Searches for epics that belong to issues that match the given subquery See also: issuesInEpics() Note: Since you need to enclose the provided subquery using doble quotes , you must to escape any doble quotes using in the subquery by preceding a backslash after the double quotes, alternatively you can use a single quote in some cases. Using i. Epics often encompass multiple teams, on multiple projects, and can even be tracked on multiple boards. But if you create a child issue from the Epic view screen (by hitting the + sign) it will create the child in the same project as the Epic. John Booker Oct 26, 2021. To return linked issues in Jira: Use: Issuekey in (linksHierarchyIssue("KEY-123")) Where: if "Key-123" is a Sub-task, the query returns the Parent (e. The development team pulls work from the backlog as. Like. The. Cycle time is the time an item of work spends ‘in progress’. The Epic Name and link does not work in the query. The issuesInEpics () function basically makes sure that the result of whatever you specify as the subquery will only return issues linked to open Epics. Finally, you could probably use Jira Automation to "forward" an epic label to the epic's children, so that you can just filter by the label. I can't seem to figure out a way to have a different condition. Learn to optimize Jira JQL with advanced search queries and enhance your Jira experience with expert tips and tricks for effective JQL usage. find all stories for open epics in a project. Note that your templates have to be of the Epic issue type to make this work. An epic can span more than one project, if multiple projects are included in the board where the epic is created. Instructions. For example, the following JQL meets your needs: issuefunction in linkedIssuesOf ("project = JRA and assignee = amanda", "is Epic of") AND assignee not in membersOf (Legal) ORDER BY assignee DESC. To create a new epic, click. Like. Nov 21, 2019. So a better option will be tu use a third-party app that enhance your search capabilities. I have the following script in a post-function in the additional actions field: import com. Do more to earn more!The issueFunction option in JQL is provided by ScriptRunner for Jira by Adaptavist is not part of Jira's default functionality. Anything that you enter inside that input can be treated as a Task linked to the Story you’re adding it to. By using Epics, Stories and Tasks, Jira teams are able to record small and big successes throughout the year. This will give you a condensed view so you can view the estimated progress of multiple epics at a glance. Jira epic is a large user story which is broken into smaller tasks (user stories) based on the customer or end-user needs. It looks like you have ScriptRunner or similar based on your use of issueFunction. Solved: I am using this statement -> project = apfm AND issueFunction in subtasksOf("project = apfm") and got this error-> Fieldtype = Epic AND "Parent Link" = XX-XXX. Jira is well equipped to help you integrate Epics into your project planning phases with ease. Hi everyone, thanks so much for your suggestions. Current JQL: project = FOO AND issuetype = Epic AND key in (FOO-1, FOO-2, FOO-3) I can add and issueFunction in linkedIssuesOf ("project = BAR and issueFunction in hasLinkType ('Epic-Story Link')"), but it gives me epics which have other types of linked. Kind regards, Martin JIRA Software Feedback Policy: Our product teams collect and evaluate feedback from a number of different sources. In the resulting window ( Figure A ), make sure to select. In the epic panel, select + Create epic. Yes, that last sentence is spot on! Epics have a definitive end. AGnieszka GRodzka Oct 29, 2021. Mar 05, 2020 • edited. In general, this solution requires 3 automation rules. b) I tried using Epic name as the link vs the idIn development, Jiras Epics are used as a rubber band to keep a feature together if it stretches over multiple iterations. Over the past year, we’ve been providing updates around renaming epics in your company-managed projects. Let me know if this information helps. Comparison of Epic, Story, and Task. Jira Epic. The tree map view is color coded to. Note that in large Jira instances, you will hit performance issues by simply using the type in the inner query. Mike Henry Jul 15, 2020. Ingo Krug Feb 24, 2020. 7 Edited. 5. Build your JQL query using the parent is empty clause. So the first query here will return all of the issues in the Epics that are in the Accepted status. 1. Or you have multiple Stories for one User Story. Jira is well equipped to help you integrate Epics into your project planning phases with ease. Export the results. Seems like I need a. Do more to earn more!52. Each project is a table. issueFunction in issuesInEpics ('issueFunction in linkedIssuesOf ('issueFunction in linkedIssuesOf ("issueFunction in epicsOf ('key= BEAM_OVP-9852') ") ') ') Although pretty sure it can be improved a bit but the triple backslashes seem to do the trick 🙂. OKR levels - is the ability to set and track Objectives on. Hello, I have feature in project FEATUREPROJECT Multiple teams have Epics which are linked to FEATURE as parent link. View: Then I adjusted the Hierarchy to Epic-to-Subtask and View Settings to Group by SprintInstead, search for issues that don't belong to an epic by using the Search for issues using JQL operation in the Jira platform REST API. It’s the best way for you to write your own JQL functions. project = MyEpicProjects AND issue IN epicsOf (' filter = Z-Stories ')1) Search for stories linked to any epic in an existing saved filter: type = Story AND issue IN issuesInEpics ( 'filter = MyAwesomeFilterName' ) (*) Note that this is just an example, you must tune above query to fit your needs. エピックを作成する際に、次の情報を入力. There are three types of permissions in JIRA applications, and they range from the high-level to granular: Global permissions - These apply to applications as a whole, not individual projects (for example, whether users can see the other users in the application). Initiatives are meant to associate several Epics under their scope, with a link called "Parent Link". Import the Jira library and create a Jira client object. It’s best to place the Sprint Health in the upper-left so everybody can see who’s working on the sprint. I did not make the connections myself, but it seems to be done this way from the Program Epic: Click More > Link. There are several add-ons that help you to perform more complex queries. I am looking to write a JQL that returns all Epics in a project and the associated Commitment subtasks of each of the returned Epics. What are ScriptRunner JQL Functions? Use ScriptRunner JQL functions to extend Jira's built-in capabilities, allowing you to conduct more granular searches, and obtain more. To achieve this result you can use the JQL query in the advanced search. Click on “+ Add issue type”. Another tip that may help is to query based on update or create date. epicsOf. But using multiple tools can be messy. issue IN epicsOf ("status = 'In Progress' AND reporter = currentUser ()") Searches for epics that belong to in progress issues reportered by me. Reply. type= Epic and issueFunction not in epicsOf("type in (task,bug)") Generate a consolidated Jira epic progress report. 1. You may want to add the same label or component to each of these tickets to ensure you can easily query them. This returns a list of. (Note that I also removed sub-task from the inner query, because sub-tasks cannot have an Epic parent link). gl - peterIf you use Jira cloud, click on the Search icon on the left, and navigate to the advanced search screen to search for the EPICs. I attach an image with some explication about what I'm searching for. Many Jira users or admins have to perform search queries using Jira Query Language (JQL) everyday. Labels are much more adaptable and they have the advantage of allowing multiple assignments (so more than one label can be associated with an issue). Follow these steps for this purpose: Step 1) Click the “Backlog” option from the left side of the screen. By doing so, we have linked TIS-111 to the TIS-133 epic, and scheduled it into Sprint 1 on the Jira. 0 - 7. issuefunction in epicsOf("project=B"). You can find their documentation here:For your reference, I can confirm that the JQL that you would use in the subquery to return the results of the filter is filter = <NameOfFilterHere>. In the epic filter dropdown, turn on the Epic panel toggle. Out of the box, the epic reporting available to you in Jira consists of some basic insights in the backlog and the epic itself, and if you’re using a Scrum board, two board reports: the Epic Report and the Epic Burndown. Depending on the particular requirements of the customers, the task is removed or added from the epic. e. Numb007 Sep 10, 2020. The Epic Link custom field is a relational link to determine an issue's parent epic, and is different from the issue linking functionality. Epics in Jira refer to large. Click on “+ Add issue type”. This will be used as a label on issues that belong to this epic. Basic time tracking is also here, as well as story point representation. Epics in Jira are used for. We will start with four industry-specific examples of initiatives – epics – stories triad. The Design tab is used to capture UX/UI design information for the epic. Hi All, The Epic level reports provided in JIRA cloud version seems to only work if the epics are in the current sprint. From there, you can select Epics under Issue Type. In the 'Issue' field, enter the Initiative ID (e. Step 2: To fill the Project Name, Issue type as Epic, Epic Name, and Summary for Epic. Add a new epic. Find all Storys to an Epic by using a subquery on Epic Link. 2. User Stories are requirements, and Jira is not a requirement tool. Jul 02, 2020. Update an epic's details. The name of the epic for JIRA-34 is "Improve StackOverflow reptuation" Done. 2. Features. If you can't preview EPIC's during import, it could be mismatch of data type - Dragonboat will map. There are several reasons why Jira is a popular choice for software development teams. project = PL AND issuetype = Epic AND fixVersion = "RNO - WA - Predictive Auto"The only way I could see to make this happen would be to use automation to inherit the epic field of interest ‘team ownership’ into each of the issue within that epic. For example, I have a Epic that has a sub-task, but also has a custom sub-task type of Commitment. The graph will look different if you are using Issue Count as your Estimation Statistic (rather than Story Points, as shown in the screenshot above). . I have got this so far: project = xx AND issuetype in (Bug, Epic, Story, Task) AND "Epic Link" in ("xx-184", "xx-191") this query doesn't return epics xx-184 and xx-191 themselves. 3 2018-02-04 Added User Properties Query Capability. S: You can use the "Epic Link" field to select the issues related to a specific EpicI am trying to write a JQL query to return a select number of epics and all related stories/tasks etc. You can prevent this problem from occurring by. 1. Challenges come and go, but your rewards stay with you. 7. 4. Any “ Epic ” is basically a higher-level user story that represents some functionality that can be further broken down into small stories that have been gathered. Our Screenful Metrics for Jira app allows you to aggregate data from multiple boards and show progress on the epic level: You can also track various metrics per epic out-of-the-box, and use them in filtering and grouping data. The 'Epic' Issue Type will always be at the top, with all other Issue Types being linked up to the Epic via the Epic Link field. For example, all issues created with a component of 'database' could be assigned to Jill Smith. From each Story, as needed, create any Sub-Tasks. Regards, Seba. adaptavist. What is Jira Epic? According to Atlassian, “An Epic is a large body of work that can be broken down into a number of smaller stories or sometimes called issues in JIRA”. Go to the Backlog of your Jira project, and select the Epic filter dropdown. View and understand the epic report. EPIC JQL (Jira Query Language) lets you formulate search queries that exactly match your Jira configuration. Attachments. Give the needed epic name and the title of the summary. By putting the Epic scaffolding into Jira first you can then build your Jira backlog in a logical manner and demonstrate to stakeholders which Epics are the focus for the next 4-12 weeks and which parcels of functionality are getting delivered later in the roadmap. Collapsed 1. issues in Epic does not work. . JQL Booster Pack if you are on Server / DataCenter, you can type the following: project = MyProject AND type = Story AND (labels = Z-label OR labels is EMPTY ) 2) Those X-Epics have a related Story, let's call it "Y-Story". As a team learns more about an epic through. 1'") We put together a plugin called Agile Docs which lets you do this. I do not have the ability to run ParentIssuesOf or ChildIssuesOf functions. . I like this approach and I'm trying to utilize it. 5. Go to Filters -> Advanced Issue Search and enter this in the JQL field: project = JIRA and ( issuetype = task and "Epic Link" is not empty or issuetype = epic) (change the project name. In order to enable Enhanced Search, you need to have ScriptRunner installed on your Jira Cloud instance. 📕 About Jira How-To Series:Jira how-tos is a video series created by Jexo wher. This will work perfectly. Customizable Workflows: To fit the requirements of your projects. 4 2017-12-12 First App Release. Hi @Lara Savon - Yes Epic Color should work in the same way: project = XXX AND "Epic color" IN (EpicColor1, EpicColor2, EpicColor3,. Garrett McCreery. Epics Map offers multiple ways to view your epics and their progress. Conclusion.