Forums

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

Jira Structure filter out folder when using formulas.

JL
Contributor
February 28, 2023

Hiya!

 

I am testing some PoC ideas using the Atlassian provided Example 3 - Issue Health .

 

I wanted to know if there is a way to exclude a Parent Folder from using the formula?

2023-02-28 13_35_13-Window.png

Thank you!

jl

 

edit: Adding a screenshot to better help illustrate what I am trying to do.

1 answer

1 accepted

1 vote
Answer accepted
David Niro
Atlassian Partner
February 28, 2023

Hello @JL ,

Adding a conditional function should help.  For example:

IF issuetype:

your_formula

Please let me know if this helps!

Best,
David

JL
Contributor
February 28, 2023

That totally worked! Thank you David. I had some wonky issuetype I guess. lol

 

IF (issueType = "epic" or issueType = "story" or "legendary"):
Like David Niro likes this
David Niro
Atlassian Partner
February 28, 2023

You are very welcome!  Glad to hear it worked for you! 

Suggest an answer

Log in or Sign up to answer