Hi,
I have two projects. One is Clinical and the other RWE. I want my board to show the following:
All tickets in the Clinical project that has the label PF-pipeline and then all tickets in the project RWE. I went into Board settings and I'm trying to update my query in query filter and wrote it like this.
project = Clinical AND labels = PF-pipeline ORDER BY Rank ASC or project = RWE ORDER BY Rank ASC
I get the error message "Error in the JQL Query: Expecting ',' but got 'and'. (line 1, character 63)"
How do I write this query correctly so it shows Clinical tickets with label PF-pipeline and all RWE tickets?
Thanks in advance for your help!
(project = Clinical AND labels = PF-pipeline) or project = RWE ORDER BY Rank ASC
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.