Scenario: We have a lot of epics with bugs under them. There is certain information that applies to all the bugs under a given epic. We do not want to have to fill that information in on every bug; we just want to put it in the epic but then be able to retrieve that information at the bug level when we do an export of data from JIRA (cloud). I need to use the export to process data in ways JIRA cannot handle.
So far, I have a filter where I'm showing all the columns of information I need from the actual bugs plus the "parent" field, which turns into "parent id" (wish it were parent key but this isn't a big deal) and "parent summary" using the "export excel csv (filter fields)" option.
I now need a way to pull information from some custom fields on the epic so that the export lists them for every bug that is a child of that epic. Like Parent's Module or Parent's Team Members or whatever. I was trying to find a way to add a column for this but can't find one.
Is there any way to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.