Hi ,
I want to find out the issues where "Dev complete commitment date(custom field)" doesn't equal to "Actual Dev delivered date(Custom field)".
Thanks in advance.
Hi Deepika,
There is an Advanced Compare condition in Automation for Jira that might provide what you need. Here is more information on Automation if you are not familiar with it:
There are two types of automation:
Automation Basics: https://www.atlassian.com/software/jira/guides/expand-jira/automation
You can do this via global rules to apply to all projects also. You'll need to be a Jira Admin/Site Admin, go to Jira Settings > System > Automation Rules (left-hand menu).
For more on using Automation For Jira see these help pages.
Jira Automation Template Library to help get you started quickly:
https://www.atlassian.com/software/jira/automation-template-library#/labels/all/customLabelId/1453
By default, it is not possible to do it. If you have Script Runner or Enhanced Search add-on, you can use dateCompare function. Alternatively, you can use BI add-ons to make calculations.
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.
As I know, there is no free solution unless you develop a custom add-on.
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.