I am looking for is a JQL to get the issues that are cloned from another project.
For example, say I have a support project, and I want to clone into DEV project, I am told I need ScriptRunner and write something like this
issueFunction in issuesInEpics(project=DEV and issuetype = bug) and issueFunction in linkedIssuesOf("project = SUPPORT", "is cloned by")
What am I doing wrong here? Lots of side chatter but I don't see a solution that works, and this didn't work.
I think I answered my own question does this sound right to anyone?
issueFunction in linkedIssuesOf("project = SUPPORT", "is cloned by") and project=DEV and issuetype=bug
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.