I would like to ask if there is any way to exclude issues with the same start and end dates using jql. If there is a way, I would appreciate it if you could tell me.
I uesd ""Start date" != "End date"", but returnd error..
@전종우 , It is not possible to compare 2 fields in JIRA by default.
Do you have scriptrunner? If yes, you can look at https://scriptrunner-docs.connect.adaptavist.com/jiracloud/enhanced-search.html#_datecompare
issueFunction in dateCompare("project = SRCLOUD", "customfield_10080!= customfield_10081")Replace the customfield ids with your instance cf ids.
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.