We are having TestCases, Reqs and Change Request for our group to use. When we run a normal filter and used column & Linked issues all the linked items get presented in one excel cell.
Then we wrote the following JQL and don't know how to change for Change Request type to be included in Jira JQL, basically lookign for the correct Names from JQL.... Please see the ????,
link("what is the type for Change ???????", '_blank') AS "CR Key",
summary("CRIssue") AS "Change Request",
What are the acutal names for Change Request and relationship Has Bug
link("TestIssue", '_blank') AS "Test Key",
summary("TestIssue") AS "Test Case",
cf("TestIssue", "Tested Build") AS "Tested Build",
description("ReqIssue") AS "Requirement Tested",
cf("ReqIssue", "Requirement ID") AS "Req.ID",
link("ReqIssue", '_blank') AS "Req.Key",
cf("ReqIssue", "Test Result ID") AS "Test Result",
cf("ReqIssue", "Requirement Notes ID") AS "Notes"
link("what is the type for Change ???????", '_blank') AS "CR Key",
summary("CRIssue") AS "Change Request",