Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA-JQL- How to get Linked issues column categorozed by Linke Types

PRNH_asit
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 12, 2020

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",

0 answers

Suggest an answer

Log in or Sign up to answer