You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am looking to compare 2 customfields of same datatype. Any help on this approach
Natively within Jira there is not a way to do this. However you might be able to leverage a plugin in Jira in order to search like this.
I have found a few other threads that appear to indicate that SQL for Jira might be able to be used in this manner.
And another thread that indicates you might be able to use Scriptrunner in order to make a comparison like this.
Thanks for your suggestion Andrew.
I am looking for comparison using script runner. Also I would like to know what classes needs to be extended for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using Adaptavist's ScriptRunner, you can do this in JQL:
issueFunction in expression("","field1 > field2")
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.