Hello community
I have inserted in a JQL filter of automations in Jira a query
It works on ScriptRunner Enhanced Search, but inside the automation it gives an error.
Is it possible to transform it so that it is taken as a filter in the automation?
thanks for your answers
Lorenzo
Can you post the JQL you are attempting to use? From the screenshot it seems like we can update it to work for Automation.
this is the JQL but I created it via ScriptRunner
project = ONB AND issuetype in ("(LP) New Merchant ES", "(LP) New Merchant FR", "(LP) New Merchant IT", "(V.I.P) New Merchant Global", "New Merchant ES", "New Merchant FR", "New Merchant IM", "New merchant DE", "New merchant IT") AND status in ("Account Creation", "Approval In progress", "Contract Sent", "Contract Signed", "Documents missing or incomplete", Escalated, "Final checks", "ID VERIFICATION COMPLETED", "ID VERIFICATION REQUESTED", "KYC Approved", "KYC INFORMATION RECEIVED", New, "On Hold", Pending, "RB signature required", "Ready for KYC", "Under approval/ Double check", "Waiting for contract", "Waiting for merchant information", "WAITING FOR RB APPROVAL") AND issuefunction in linkedIssuesOf("project = "Scalapay Integration Support" AND status = Escalated")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's this part that is causing a problem in Automation "issuefunction in linkedIssuesOf("project = "Scalapay Integration Support" AND status = Escalated")"
Is this part of the query for searching all issues linked to an Escalated issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.