The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.