Bhavya-org / Scripts

0 stars 0 forks source link

Not following sla defects #19

Open sani-d opened 3 weeks ago

sani-d commented 3 weeks ago

project = "Bug Bucket" AND issuetype = bug AND status not in (Closed, Done, "Manual Regression", Deployed, "Deployed to Prod", "Deployed to Staging", Released, "Release Payload", "Preview Testing") AND priority = "Immediate" AND created <= -1d OR project = "Bug Bucket" AND issuetype = bug AND status not in (Closed, Done, "Manual Regression", Deployed, "Deployed to Prod", "Deployed to Staging", Released, "Release Payload", "Preview Testing") AND priority = High AND created <= -21d OR project = "Bug Bucket" AND issuetype = bug AND status not in (Closed, Done, "Manual Regression", Deployed, "Deployed to Prod", "Deployed to Staging", Released, "Release Payload", "Preview Testing") AND priority = Low AND created <= -60d OR project = "Bug Bucket" AND issuetype = bug AND status not in (Closed, Done, "Manual Regression", Deployed, "Deployed to Prod", "Deployed to Staging", Released, "Release Payload", "Preview Testing") AND priority = Medium AND created <= -35d ORDER BY cf[10993], cf[11005] ASC

condition: not following dropdown is empty

Bhavya-ss commented 3 weeks ago

project = "Bug Bucket" AND issuetype = bug AND status not in (Closed, Done, "Manual Regression", Deployed, "Deployed to Prod", "Deployed to Staging", Released, "Release Payload", "Preview Testing") AND ( (priority = "Immediate" AND created <= -1d) OR (priority = High AND created <= -21d) OR (priority = Medium AND created <= -35d) OR (priority = Low AND created <= -60d) ) ORDER BY cf[10993], cf[11005] ASC