I have created 2 SLAs within the service desk project. Each SLA has 4 JQL statement based on issuetype and priority. When an issue is created, it appears to only be looking at the first JQL statement within the relevant SLA.
If i move the order of the statements within the SLA, it still picks up the first listed statement.
Thanks
Andrew
Please provide a screenshot of your sla config and the JQL you mention
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Andrew Lewis, your JQLs are flawed because there are no parentheses around the issuetype section. Replace w/ the following.
You can further simplify if there are no other issuetypes involved in the project, i.e. drop the "issuetype in..." in all cases and simply use "priority = xxx".
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.