Hi!
We realized that we are getting less data when trying to import data from JIRA Cloud and the reason is that, due to user errors, some bookings are made in some issukeys without any linked account.
So my question is, when for any reason a time is booked letting "account" empty, is there any JQL filter we could use in to see all issuekeys that have at least one booking where this happened?
Best Regards,
Hey @Henyer Mogollon
Welcome to Atlassian Community!
You should be able to use the JQL:
project = <project name or key> AND account IS EMPTY
You can add other required conditions as well in your JQL, just the part highlighted in bold is required to view the issue keys where the account field is empty.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.