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).
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
It's working very good, thanks.
I only replace part "count#children{1}" with my own formula ;).
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.