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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.