How to filter on clones with a certain status

Fredrik Spadaro April 27, 2023

Hi,

I need to create a filter to track tasks that have a cloned issue linked and that specific issue is in Closed state.

I have tried this:

(issueFunction in hasLinkType(Cloners) AND status = Closed) but that didn't seems to catch what I want. Anyone with any idea how I can filter on Cloned issues with a certain status?

2 answers

0 votes
Fredrik Spadaro April 27, 2023

Hi @Ravina 

I'd like to filter out issues that has an issue in clones and that specific issue is in Closed status.

0 votes
Ravina
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 27, 2023

@Fredrik Spadaro you want search the issues with Clone link type like is cloned by and clone by type or Jira issue clone functionality from issue more option that you can clone the issue to create a replica of that issue? just want to know so that I can check the JQL accordingly.

Suggest an answer

Log in or Sign up to answer