Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I stop Epics being counted in Kanban column issue counts?

Lipika Bundela
October 2, 2023

Hi community,

I need a little help, I have a Kanban board with "Base SwimLanes on Epics" option and "Column Constraint Issue Count" set. I'm looking for an option to remove epics from the issue count. Currently, I can see all the issues including the epics as shown in the below image.

Please let me know if removing epics from the issue count is a possibility. I'll really appreciate any assistance. Thank you. 

Issue.PNG

3 answers

1 vote
Tarun Sapra
Community Champion
October 12, 2018

I would just use script runner for querying linked issue

type = epic AND issueFunction in linkedIssuesOf("resolution is empty", "blocks") and resolution is empty

This query gives us all unresolved epics which are blocked by unresolved issues 

0 votes
Lime Trees
Contributor
October 14, 2018

Hi,

you can use function linkFinderForIssues from our add-on Link Finder, eg.:

issue in linkFinderForIssues("project = X", "blocks", "Epic")

where X is the name of your project and Epic is the name of your epic.

More details about this function and many more you can find here.

Regards,

Lime Trees Support Team

0 votes
Nisha Hajamohideen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 12, 2018

Can you try 

issue in linkedIssues(issueKey,linkType)

issue key is the Epic Issue ID

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events