Good afternoon everybody. How can I create a filter, where I can list an issue linked to an epic, showing the statuses of both in the same filter? of the child Issue and the epic?
Hello @Antonio Moraes
1. "Epic Status" is a deprecated field. It will no longer ever contain data.
2. The native results display for filters is designed to display information for only one issue on each output line in List view. The only native way to include the status of the issue's parent Epic in that same line would be to have a field in the child issue into which you copy the status of the parent Epic.
3. You could include the Epics themselves in the result set by added OR issuetype=Epic and then each Epic would have its own output line and show its own status.
Otherwise you would need to consider third party apps that could provide enhance filtering options.
Hello, Trudy.
I appreciate the feedback.
Would it be too much to ask that you show me how to do this? option 3?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your current filter, shown in the image, is:
issuetype = Historia and "Epic Link" is not EMPTY ORDER BY cf[10012] DESC
The new filter would be
issuetype = Historia and "Epic Link" is not EMPTY OR issuetype=Epic ORDER BY cf[10012] DESC
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.