Can I get a JQL query where one field's value is equal to another field's value?
For example
customField1 = value(customField2)
assignee = reporter
Hi
Welcome to the community.
This is not possible out of the box. I think that the Scriptrunner add on can allow you to do this but im not sure.
Hello,
I'll try to do so.
Thank you very much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
adding to what @Mohamed Benziane replied.
JQL is query based, and it does not do many logical activities (dont expect it tobe like excel vba functions) :)
it just searches items in the Jira DB (flat search), though it has the capability to use AND, OR.etc..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.