I have the below filter which lists a number of jira tickets:issueFunction in linkedIssuesOf("project = \"Problem\"") AND statusCategory != Done and "Product Area" != CIE
Once I get the list of issues, every ticket will be linked with issue type- Problem and each problem ticket will be linked with incident tickets(one/more). I need to go to each incident ticket to find out the severity and get the highest severity out of all the linked incidents it and generate a report by adding a column next to the above generated filter
Please help me find a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.