You are viewing the old version of the documentation. See the latest version here: CRM for Jira Server Home

You are viewing the old version of the documentation. See the latest version here: [CRMJS:CRM for Jira Server Home]

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Sometimes we want to find issues, where company has or hasn't other issues. For example, at Teamlead we have projects Sales. There we track Sales (issues). And we have another project - Hosting, where we track hosting Instances (issues). So, we want to see Instances, which have no any Sales in status Delivery to control payments etc.

To resolve this requirement we'v add special JQL operator into CRM:

id not in issuesByField(Company, "ANY JQL")

Let's have a look at full example of JQL:

project = HOSTING AND issuetype = Instance AND status = Работает AND "Режим работы" = Промышленный AND id not in issuesByField(Company, "project = SALE AND issuetype = Sale AND status = Delivering AND Department = {(119)}")

  • No labels