I wanted to run a JQL query that helps me get the list of issues that are resolved/closed before or after the due date mentioned in the issue
Hi @Malavika L P welcome to the Atlassian Community!
Unfortunately, Jira does not support this functionality natively. There is an issue open for this that you can watch or vote for: JRASERVER-20727
With third-party app ScriptRunner for Jira, you can use the following JQL:
issueFunction in dateCompare("", "resolutionDate > dueDate")
thanks Dave ..I found another method to set an automation rule for the same
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.
Hi Dave,
Sorry for the late reply I was able to generate the below rule successfully. Attaching the same if it might be helpful for you
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.