Hi,
I am using a query as below,
issue in linkedIssues ("MXPI-24691") and issuetype = Test
which retruns correct output. However, I have to pass 2 keys in linkedIssues. But it does not return result. Query as below
issue in linkedIssues ("MXPI-24691","MXPI-24889") and issuetype = Test
Please suggest answer on priority. I have to give a demo for which I have to gather data with above query.
Hi @Rahul Wattamwar ,
please try the following JQL :
(issue in linkedIssues ("MXPI-24691") OR issue in linkedIssues ("MXPI-24889")) and issuetype = Test
Hope this helps,
Fabio
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.