I've created a web hook and connected it successfully to sharepoint.
However, I've specified in the JQL that I want the issues to be ordered by priority order, then due date order.
But the issues are still just populating in descending order based on creation.
JQL: project = WMS-Test-Bug AND status = Open ORDER BY priority DESC, "Due Date" DESC
For everyone who is looking for a solution of similar problem. There are only few specific JQL variables which can be used in webhooks. Pls see https://developer.atlassian.com/cloud/jira/platform/webhooks/.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.