I need to write a query where I can see a bunch of tickets that are not in order. I know how to do a range but this is different numbers. I have about 20 different ticket numbers to export, some are Epics, some are Stories, some are subtasks.
I've tried by Project name then issue id= (JIRA-46 OR JIRA-703 OR JIRA-184 OR JIRA-185),
I've tried using AND as the connector but not able to get it working.
I haven't seen any similar questions in community. I'm sure it's easier than I'm making it.
You're not too far off. Try
key in (ABC-123, DEF-456, GHI-789)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.