Hello,
I am trying to find all the issues that have Date1 = Date2. So example would be
Project = ProjectX AND Type = Release AND Date1 = Date2
Of course it errors with Valid formats include: 'YYYY/MM/DD' etc
Is there a way to find issues in this scenario?
Hi @Chris Harris,
Welcome to Atlassian Community!
You cannot compare two fields in out-of-the-box JQL, you would need an app that extends JQL with a function that allows you to do that. Based on this thread it looks like Scriptrunner can do this, and you should check out all the other apps in the Marketplace that extend JQL.
Welcome to Atlassian community!
What @Mikael Sandberg meant was that Jira does not support comparing two dates which are custom fields in the JQL query. You can use system date fields like 'created', 'updated', 'duedate', 'resolved' etc. to compare within the JQL query.
You can try comparing the custom date fields in the automation rules.
Thanks,
Vamsi
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.