I have different projects in Jira. Currently, I want to filter the issues in the DevOps project and have no link to another project called TM.
What I am currently able to do is filter all the issues that have no links but that filter out the issues that have links to some other projects as well, which causes problems. So here is my current JQL:
project = DevOps AND issueLinkType not in (blocks, "is blocked by", clones, "is cloned by", duplicates, "is duplicated by", "relates to")
I am having ScriptRunner installed If it is possible using that. How would I need to modify my query to achieve the goal?
Thanks
Hi Kavitha,
Xray doesn't support that but you can use REST API to import. Read more about that in our documentation page: Import Execution Results REST
If you have further questions, please contact the Support Channel so our team can better investigate your issue.
Btw, we have a live-Webinar today, you're still on time to register here.
Thanks for your interest in Xray!
Xpand Addons Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.