The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

exclude issues with the same start and end dates using jql

전종우
September 15, 2020

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..

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Fazila Ashraf
Community Champion
September 15, 2020

@전종우  , 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

전종우
September 15, 2020

If I use scriptrunner, is it possible to create a JQL that can compare two fields (start date, end date)?

전종우
September 15, 2020

If you can do it using dateCompare, I would also appreciate the actual query. ㅠㅠ

Fazila Ashraf
Community Champion
September 16, 2020
issueFunction in dateCompare("project = SRCLOUD", "customfield_10080!= customfield_10081")

Replace the customfield ids with your instance cf ids. 

Like 전종우 likes this
TAGS
AUG Leaders

Atlassian Community Events