Good day
I am trying to set up a swimlane that would show all the clones of issues, but I am having no luck finding a way to search by link type or even to search if it is a clone.
Please any help would be great, I am trying to do this by JQL and not by Querying it.
Thanks for any help
The hasLinkType issue function from ScriptRunner will give you this; we are using jira on prem with the ScriptRunner add on. ScriptRunner is a must for Jira, it allows you to "code" in any quirks the teams want without buying more and more plugins.
issueFunction in hasLinkType("Cloners")
I got this info from here Jira JQL functions: The ultimate guide
project in (ETL) AND fixVersion = Q4_2019 and issueLinkType in (Cloners,clones,"is cloned by")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Leena Bejoy , thanks for the tip. issueLinkType is not an available field in my advanced query options. Are you using a plugin? Are you on cloud or server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Christine Diamond Your jira is on cloud or on premise server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Liam Maeder ,
unfortunately you'll need a plugin for this task.
Look at this answer for your options: https://community.atlassian.com/t5/Jira-questions/jira-query-issues-with-linked-issues/qaq-p/426769
With kind regards,
Mario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.