Forums

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

Formula only for custom folder level

Milan Pekař October 18, 2023

JIRA with Structure plugin.

Is any option, how I can use the Formula only for current Folder level or folder name?

For example: 
I have Structure with folder 3 levels and I can use the formula only for folder on 3 level, not in parrent folder

> Folder 1
     > Folder 2
          > Folder 3 // Here I want use Formula / display results sub-item counts.
               - Item 1
               - Item 2

Like as IF (FolderLevel) or IF (FolderName).

1 answer

1 accepted

0 votes
Answer accepted
Stepan Kholodov _Tempo_
Community Champion
October 18, 2023

Hello @Milan Pekař 

You can try to refernce the specific folder like this:

if !issuetype and count#children{issuetype} > 0: count#children{1}

I hope this helps. If you need help with anything else, please reach out to us directly at our support portal.

Best regards,
Stepan Kholodov
Tempo

Milan Pekař October 25, 2023

It's working very good, thanks.

I only replace part "count#children{1}" with my own formula ;).

Suggest an answer

Log in or Sign up to answer