How do I find all issues which don't have the Tempo Account field set

Vedran Grudenic May 28, 2014

I am trying to search for issues which don't have the Account field set, but am unable to do so. I'd like to find all these issues and then bulk edit a bunch of them and set the Account to a default value.

If querying won't work, is there another way to bulk set the Account field for issues not yet related to an account?

1 answer

1 accepted

0 votes
Answer accepted
Vedran Grudenic May 28, 2014

Never mind, I found it, I had to use "is empty" in JQL, i.e.

Project = "SomeProject" AND Account IS EMPTY

Suggest an answer

Log in or Sign up to answer