The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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
Community Champion
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.