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?
Thank you!
jl
edit: Adding a screenshot to better help illustrate what I am trying to do.
Hello @JL ,
Adding a conditional function should help. For example:
IF issuetype:
your_formula
Please let me know if this helps!
Best,
David
That totally worked! Thank you David. I had some wonky issuetype I guess. lol
IF (issueType = "epic" or issueType = "story" or "legendary"):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are very welcome! Glad to hear it worked for you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.