I'm using the following query, is there a way to also include another ID. ie.. ticket and ticket1
issuekey = ticket OR "Parent Link" = ticket OR issueFunction in issuesInEpics("'Parent Link' = ticket") OR issueFunction in subtasksOf("issueFunction in issuesInEpics(\"'Parent Link' = ticket\")") ORDER BY issuetype ASC
Hi @Sam Hall
Welcome to the community.
You can use the JQL keyword IN
Like; issuekey in (ticket-1, ticket-2)
Is this what you are looking for?
Ohhh, thanks Marc - me being new, apologies!
issuekey IN (MH-10134, mh-10299) OR "Parent Link" IN (MH-10134,MH-10299) OR issueFunction in issuesInEpics("'Parent Link' IN (MH-10133,MH-10299")) OR issueFunction in subtasksOf("issueFunction in issuesInEpics(\"'Parent Link' IN MH-10134, mh-10299\") ORDER BY issuetype ASC
I get an error of "Error in the JQL Query: Expecting either 'OR' or 'AND' but got ')'. (line 1, character 146)" - can you calrify?
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.