I'm using a tool that can connect to 3 JSM and run a JQL and I need to query the issue of 3 projects, 1 in each instance
project IN ("A","B","C")
But I get an error cause saying that the project doesn't exists.
Is there a way to use the same query that will run in all instances although some of the projects doesn't exists in each instance?
HI @Marcel Toma
Welcome to the community.
No the query will fail as the project doesn't exist in an instance.
So if project a is not in instance 1 the query can't run because the project can't be found.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.