How to display only the status of the stories linked to an Epic using structure formula. I don't want the Epic status only status of the stories. Appreciate any help
Hello @NW
It depends on your setup and how the structure is built. If you have both Epics and their Stories in a form of a hierarchy, you can show only Statuses of Stories wth a formula like this:
if parent{issuetype = "epic"}: status
And if you only have Epics in the structure, you can show Statuses of each Epic's Stories with a formula like this:
stories.status
I hope this helps. If you need further assistance here or need help with anything else about Structure - please reach out to us directly at our support portal and we will get back to you shortly.
Best regards,
Stepan Kholodov
Tempo
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.