We have a request from business to create a filter that enables them to list all the open issues however with a really special request: to be able to see information from another Issue Type.
So we have this Issue Type A and B where all issues under B needs to have a connection or related to A. The issues under A are static - meaning they never change, since we are using it for some sort of a source document pool.
Now the filter is showing the list of issues under B however the request is to show few additional columns that are derived from A - depending on which issue it is connected to. Is there a way to somehow do this?
The simplest way would be to have the issues under B populated with the columns from A (using Behaviour plugin for example) however it means the fields need to be predetermined and would be troublesome if additional columns need to be displayed.
I know it's an odd request but I'm sure someone has thought of this in the past. Any suggestions?
Let me know if the description is unclear.
Jira doesn't support this off the shelf because
The way you can do it is with derived fields (often scripted if you've got the Script Runner addon). You add a field to the issues you want to display data, and put code behind the fields that reads links (or whatever else you need) and displays the required data.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.