JQL to group by linked tickets.

Balasubramanyan murugan March 28, 2018

Im preparing a report of how many bugs filed per week by testers and want to group by linked ticket to see how many bugs for that feature ticket. 2018-03-28_1924.png

 

 

Can someone help me to get JQL to get my expectation

1 answer

0 votes
Gabriel Senna
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 30, 2018

Hi there,

There is not a function to search by link.
In the below link, you will find an plugin that might help you.
https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner/cloud/overview

It provides you functions like:

  • hasLinks(link name)
  • hasLinkType(link type name)
  • linkedIssuesOf(Subquery, link name)

Suggest an answer

Log in or Sign up to answer