Comparing Planned End Date and End Date

Reuben Bezzina December 27, 2019

I would like to know that JQUERY script that I should use to list all the tasks in a particular project that the Planned End Date is less then the End Date.  Trying to use the following but is not working and the SQL helper is not displaying any correct suggestions.

 

I am trying to do something like the below.

project in ("Overall System") AND "Planned End Date" < "End Date"

 

Thanks.

1 answer

1 accepted

0 votes
Answer accepted
Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 27, 2019

Hi @Reuben Bezzina ,

Welcome to community.

Do you have Script Runner add-on? If yes, you can use the following query.

issueFunction in dateCompare("", "Planned End Date < End Date")

Please check this link for more information.

Regards

Reuben Bezzina December 27, 2019

Thanks @Tansu Akdeniz .  Let me check with our administrator

Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 27, 2019

You can see the function in issue navigator if you have it.

issuefunction.PNG

Like Reuben Bezzina likes this
Reuben Bezzina December 27, 2019

Thanks.  I think we need to buy the addon as it is not there. The link that you sent me is really helpful btw,

Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 27, 2019

You are welcome @Reuben Bezzina

Suggest an answer

Log in or Sign up to answer